Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@hageldave hageldave released this 23 Mar 14:25
· 638 commits to master since this release
<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 by BlankCanvas (backed by OpenGL) and BlankCanvasFallback (backed by Graphics2D)
    • Renderer and implementing classes realize fallback rendering through new method renderFallback(Graphics2D g, Graphics2D p, int w, int h)
  • Bug fixes for curve rendering (excessive subdivision) and legend glyph labels