Version 0.5.0
<dependency>
<groupId>com.github.hageldave.jplotter</groupId>
<artifactId>jplotter</artifactId>
<version>0.5.0</version>
</dependency>
Major Changes:
- Graphics2D fallback for systems without OpenGL-3.3 support as well as MacOS which is not supported by lwjgl3-awt
- new interface
JPlotterCanvas
implemented byBlankCanvas
(backed by OpenGL) andBlankCanvasFallback
(backed by Graphics2D) Renderer
and implementing classes realize fallback rendering through new methodrenderFallback(Graphics2D g, Graphics2D p, int w, int h)
- new interface
- Bug fixes for curve rendering (excessive subdivision) and legend glyph labels