I'm thinking of writing a plotting library (similar to e.g. matplotlib), that calls into an existing, established library (such as matplotlib), and I can use javascript, python, C/C++, or shell. I'm plotting datasets, not functions. I need to be able to plot 2D and 3D. Which libraries should I look at?
Plotly is pretty much all you need. It can create static plots like matplotlib, but it also has dynamic plus in which you can interact with your data, zoom in, rotate, etc. It is my favorite and I haven't come across anything better.
Plotly is pretty much all you need. It can create static plots like matplotlib, but it also has dynamic plus in which you can interact with your data, zoom in, rotate, etc. It is my favorite and I haven't come across anything better.