You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Spectrum / heatmap gradient coloring — color each point by its value (cool → warm) with SeriesColorGradient, the built-in HeatmapSpectrum palette, or your own stops (-g on the CLI). (#84)
Threshold coloring — highlight points that breach a limit with ColorAbove / ColorBelow (or -ca / -cb on the CLI). Applies across all series and takes precedence over solid/gradient colors. (#85, closes #38)
Flicker-free realtime mode — new ClearLines redraws only the previous graph instead of wiping the whole screen, so -r no longer flickers and preserves any output above the chart. (#79, closes #44)