Skip to content

Rotating the axislabel misalign lineplot #8

@GoogleCodeExporter

Description

@GoogleCodeExporter
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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions