- For plots where
y = NULL
, don't ignoreylab
if specified. (PR #1 by @rkmittal)
- Updated LICENSE
- added README
- more tweaks to xaxis tick labels
- plots with
plot.height = 5
now 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
substr
reportedcharacter(0)
- code re-organisation: no longer have to write code for both ASCII and non-ASCII symbols separately
- finished adding ASCII-only plots
- added
horizontal
param (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