Skip to content

Releases: bjmt/console.plot

console.plot v0.0.5

Choose a tag to compare

@bjmt bjmt released this 10 Sep 02:38

User-facing

  • added README
  • more tweaks to xaxis tick labels

console.plot v0.0.4

Choose a tag to compare

@bjmt bjmt released this 10 Sep 02:19

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

Choose a tag to compare

@bjmt bjmt released this 09 Sep 23:16

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

Choose a tag to compare

@bjmt bjmt released this 26 Aug 15:43

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