-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Rotating the axislabel misalign the line plots.
I'm adding some line plots to my graph and want to rotate the axis label of the
y-axis.
Code Used:
panel.getAxis(0).setLabelPosition(0.5, -0.15);
panel.getAxis(1).setLabelAngle(-Math.PI / 2);
panel.getAxis(1).setLabelPosition(-0.15, 0.5); What is the expected output?
OS: Windows XP SP3
JAVA: 1.7
Original issue reported on code.google.com by Matthias...@googlemail.com on 6 Nov 2013 at 9:38
Attachments: