XYDotRenderer « Color « JFreeChart Q&A





1. XYDotRenderer and custom colors (SOLVED)    jfree.org

[...] // // setup chart JFreeChart chart = ChartFactory.createScatterPlot(null, null, null, hkdata, PlotOrientation.VERTICAL, true, true, ...

2. How to change the XYDotRenderer default colors?    jfree.org

I'm currently attempting to create a ContourPlot plotting temperature data and using the XYBlockRenderer() but the performance leaves a lot to be desired and I am thinking that the XYDotRenderer() is actually the better choice. However, the default behavior of the XYDotRenderer() is to assign the same color to all the points. I've seen an example in a bar chart to ...