Version 1.0.1
<dependency>
<groupId>com.github.hageldave.jplotter</groupId>
<artifactId>jplotter</artifactId>
<version>1.0.1</version>
</dependency>Major Changes:
- new
ScatterPlotclass (ready to use with selection and highlighting capabilities) - new
BarChartclass - Debugging GUI to explore JPlotterCanvas and rendering trees
KeyMaskListenerclass 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