Releases: guptarohit/asciigraph
Releases · guptarohit/asciigraph
v0.9.0
v0.8.1
Added
- Option to format Y-axis values with
YAxisValueFormatter(...)(#58) - Option to customize plot characters with
SeriesChars(...)andCreateCharSet(...)(#70) - CLI:
-xflag to specify custom characters, including comma-separated values for multiple series (#70) - Option to configure line endings for raw terminals (#71)
Fixed
- Respect caller-specified precision for large numbers (#69)
- Preserve exact Y-axis values for series with identical data points (#65), closes #61
- Prevent panics when legends are set without series colors (#64)
- 32-bit compile overflow and release workflow cleanup (#74) (7f76123)
Changed
v0.8.0
v0.7.3
v0.7.2
v0.7.1
Added
- CLI: Option
slto specify legends for series
command for above realtime ping comparison plot
{unbuffer paste -d, <(ping -i 0.4 google.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') <(ping -i 0.4 duckduckgo.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') } | asciigraph -r -h 15 -w 60 -sn 2 -sc "blue,red" -c "Ping Latency Comparison" -sl "Google, DuckDuckGo"v0.7.0
Added
- CLI: Options to specify delimiter
dand number of seriessn
Changed
- CLI: Option
scto specify series colors
command for above realtime ping comparison plot
{unbuffer paste -d, <(ping -i 0.4 google.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') <(ping -i 0.4 duckduckgo.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') } | asciigraph -r -h 15 -w 60 -sn 2 -d "," -sc "blue,red" -c "Ping Latency Comparison: Google (Blue) vs. DuckDuckGo (Red)"v0.6.0
v0.5.6
Added
- Options to set upper & lower bound of graph
v0.5.5
Added
- Ansi colors support for graphs

