Hi,
I thought I would ask around here as there are a lot of experienced devs.
I am looking to build a plotting library for some simulation data I am working on. This will consist of having some subset of matplotlib’s functionality. From what I understand I can use the following on the JVM:
- JavaFX / Swing
- Java2d / java3d
- Java OpenGL
Could anyone kindly tell me if any of those are suitable for what I am intending to do? I do not want to use an existing plotting library as this is for a project. I can however use a lower level library to build higher level components.
Thanks!