I would like to be able to set the number of decimal places for point labels. Currently, my point labels are overlapping one another like so:
https://i.stack.imgur.com/1aQ4q.png
Current label implementation is trivial:
myXYPlot.setPointLabelFormatter(new PointLabelFormatter(Color.BLACK));