Version 1.0.1
<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