Releases: bjmt/console.plot
Releases · bjmt/console.plot
console.plot v0.0.5
console.plot v0.0.4
User-facing
- plots with
plot.height = 5
now display correctly - xaxis tick labels now better align with ticks
Internal
- got rid of hex codes
- added stats import
- fixed approx errors from duplicate x values
console.plot v0.0.3
User-facing
- new option:
options(ascii = FALSE)
Internal
- fixed bug where
substr
reportedcharacter(0)
- code re-organisation: no longer have to write code for both ASCII and
non-ASCII symbols separately
console.plot v0.0.2
User-facing
- finished adding ASCII-only plots
- added
horizontal
param (does nothing as of yet) - improved appearance of abline with non-ASCII characters
Internal
- fixed bug where abline would appear twice
- fixed data not respecting user-set xlim, ylim