Skip to content

Version 1.0.1

Latest
Compare
Choose a tag to compare
@hageldave hageldave released this 17 May 11:20
· 1 commit to master since this release
69433b7
<dependency>
  <groupId>com.github.hageldave.jplotter</groupId>
  <artifactId>jplotter</artifactId>
  <version>1.0.1</version>
</dependency>

Major Changes:

  • new ScatterPlot class (ready to use with selection and highlighting capabilities)
  • new BarChart class
  • Debugging GUI to explore JPlotterCanvas and rendering trees
  • KeyMaskListener class for triggering certain interaction through pressing key combinations

Other changes:

  • embedding font into exported SVG
  • upscaled rendering with BlankCanvas for highDPI environments
  • new rope selection
  • additional color maps
  • bug fixes