This question was already asked here, but unfortunately the pointers provided in the answers are not working (the JFreeChart Forum is down).
My question is: Using the JFreeChart library, how can I increase the size of a data point in a time series scatter plot?
Thank you!
You can use the methods of
ShapeUtilities, some of which have a parameter that affect size. There’s an example here. See alsoDefaultDrawingSupplierfor details of howcreateStandardSeriesShapes()works.