Skip to content

Releases: guptarohit/asciigraph

v0.5.1

13 Sep 21:06
dff2a1b
Compare
Choose a tag to compare

Added

  • added support for NaN values in series
  • added option to control fps of plot rendering via cli for real-time data

Changed

  • removed use of append() method
  • make caption centred
  • removed trailing spaces from plot

v0.5.0

28 Jun 02:27
Compare
Choose a tag to compare

Added

  • added support for the realtime plot of data points (from stdin) for CLI.

0.4.2

06 Jun 19:30
f950697
Compare
Choose a tag to compare

Fixed

  • Prevent panics when data is flat. (#8)
  • Prevent BADPREC issue when maximum and minimum values in a series are 0. (#10)