zig package for data visualization/plotting (makes use of nanovg-zig, and openGL). Package name is a befuddling fusion of ggplot (which this package really does not resemble) and a reference to "that little ol' band from Texas".
Features
- lines plots , with/without markers
- colors
- titles, labels, annotations
- smart tick marks
- multiple plots per axes
- multiple axes per window
- multiple windows
- ability to display framerate (providing feeback for code speed optimization)
To run:
- clone repository to local disk
- cd examples
- zig build creates handful of executables in the bin directory
- zig build run will run all executables simultaneously
Gallery of figures produced by files in examples directory: