4

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!

Community
  • 1
  • 1
spookymodem
  • 531
  • 1
  • 9
  • 15

1 Answers1

4

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.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045