Introduction
JyPlot is a clone of matplotlib that is built on top of the Jython scripting language and JFreeChart. JyPlot is written in pure Java so it should be portable.
Current Status
Currently JyPlot is a prototype and does not support most of the features found in matplotlib. We plan to gradually add functionality as the need arises.
Getting Started
You can run JyPlot using Java WebStart from this link.
For a first review, you can copy to the clipboard the examples provided at JyPlotTutorial and JyPlotScreenshotImages and paste them into the JyPlot console (right-click and select Paste as Script).
Porting JyPlot to SWT for being used in GeoCraft
- BirtReseachConclusions
- An alternative to BIRT would be to use JFreeChart on the RCP/SWT environment. JFreeChart offers SWT wrappers for the chart panels, so we can use this for now.
