Another plotting library for processing
in
Library and Tool Development
•
2 months ago
I put together a handful of classes for (2D) data representation with Processing. Their main features are:
- 2D scatter/line plots
- Histograms
- Possibility to add several layers to the same plot
- Fixed/automatic tick determination
- Interactive zooming and translation
- Labels
- Processing style use
- Possibility to use svg and PShapes inside the plots
- Highly customizable
To see it in action, you can take a look at the example that I posted in openprocessing:
If I see enough interest, I will try to figure out how to create a proper processing library out of it.
Comments and suggestions for improvement are welcome!