-
- Downloads
It does not work. It works as well as it ever will. If you have more
then 80 points in your data set, only the first 80 will be printed. There is no x-axis. There is just a list of points. Scaling does not help. I did, however, get it to work in black and white.
... | ... | @@ -4,5 +4,6 @@ go 1.16 |
require ( | ||
github.com/gizak/termui/v3 v3.1.0 | ||
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d | ||
gonum.org/v1/plot v0.9.0 | ||
) |
Please register or sign in to comment