A Beta build is now available as a zip file.
This includes improved contour plots, polar plot support, area charts, mouse-selectable ROIs etc.
A "Deploy to Web" button in the Graph Editor now supports export to the web as SVG or PDE (Processing) files. This is supported via two new classes: PDEGraphics2D and WSVGGraphics2D.
Plots now include a plotUpdate and plotRedraw method. These have identical effects, but can be overloaded in custom classes, and allow plots to be updated without repainting the graph/graph container.