Skip to content

Releases: bjmt/console.plot

console.plot v0.0.5

10 Sep 02:38
Compare
Choose a tag to compare

User-facing

  • added README
  • more tweaks to xaxis tick labels

console.plot v0.0.4

10 Sep 02:19
Compare
Choose a tag to compare

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

09 Sep 23:16
Compare
Choose a tag to compare

User-facing

  • new option: options(ascii = FALSE)

Internal

  • fixed bug where substr reported character(0)
  • code re-organisation: no longer have to write code for both ASCII and
    non-ASCII symbols separately

console.plot v0.0.2

26 Aug 15:43
Compare
Choose a tag to compare

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