- For plots where
y = NULL, don't ignoreylabif specified. (PR #1 by @rkmittal)
- Updated LICENSE
- added README
- more tweaks to xaxis tick labels
- plots with
plot.height = 5now display correctly - xaxis tick labels now better align with ticks
- got rid of hex codes
- added stats import
- fixed approx errors from duplicate x values
- new option:
options(ascii = FALSE)
- fixed bug where
substrreportedcharacter(0) - code re-organisation: no longer have to write code for both ASCII and non-ASCII symbols separately
- finished adding ASCII-only plots
- added
horizontalparam (does nothing as of yet) - improved appearance of abline with non-ASCII characters
- fixed bug where abline would appear twice
- fixed data not respecting user-set xlim, ylim
- Initial commit