Skip to content
Snippets Groups Projects
Commit 5ba1abd2 authored by Tim Molter's avatar Tim Molter
Browse files

formatting

parent bcc86f1b
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,8 @@ public class PlotSurface implements IChartPart, IHideable { ...@@ -88,7 +88,8 @@ public class PlotSurface implements IChartPart, IHideable {
g.setColor(gridLinesColor); g.setColor(gridLinesColor);
g.setStroke(stroke); g.setStroke(stroke);
// System.out.println("bounds.getY()= " + bounds.getY()); // System.out.println("bounds.getY()= " + bounds.getY());
g.drawLine((int) bounds.getX(), (int) (bounds.getY() + bounds.getHeight() - tickLocation), (int) (bounds.getX() + bounds.getWidth() - 2), (int) (bounds.getY() + bounds.getHeight() - tickLocation)); g.drawLine((int) bounds.getX(), (int) (bounds.getY() + bounds.getHeight() - tickLocation), (int) (bounds.getX() + bounds.getWidth() - 2),
(int) (bounds.getY() + bounds.getHeight() - tickLocation));
} }
// vertical // vertical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment