branch | Windows | Ubuntu | macOS |
---|---|---|---|
master | |||
develop |
cxxplot is a C++ plotting library that uses matplotlib (https://matplotlib.org/). Currently, cxxplot is under development and it is not suited for production.
Currently, cxxplot supports the following plots:
- plot
- scatter
- histogram
- subplots
- bar
The examples folder includes code examples with most of the features that are supported.
- See doc/INSTALL.md for installation instructions.
- See doc/EXAMPLES.md for examples using cxxplot.
- See doc/DEVELOPING.md for how to develop cxxplot.
cxxplot is released under MIT license.