Reputation: 531
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!
Upvotes: 4
Views: 4365
Reputation: 205785
You can use the methods of ShapeUtilities
, some of which have a parameter that affect size. There's an example here. See also DefaultDrawingSupplier
for details of how createStandardSeriesShapes()
works.
Upvotes: 4