List of usage examples for org.jfree.chart.renderer.category ScatterRenderer subclass-usage
From source file com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer.java
/**
* This renderer less flat than most other {@link FormattedRenderer}s, since by default the
* ScatterRenderer draws all items in a category with the same shape and color. This renderer
* overwrites the drawItem().
*
* Needs a {@link ValueSourceToMultiValueCategoryDatasetAdapter} as dataset.