kaiserfarrell / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Cannot change order of X and Y axes #466

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to change the order of axes (to e.g. change the layering of overlapping 
background limit fills):
self.graph.axisSet.axes = [NSArray arrayWithObjects:axisSet.yAxis, 
axisSet.xAxis, self.precipAxis, nil];

What is the expected output? What do you see instead?
axisSet.yAxis/xAxis seems to refer to the position in the array rather than to 
the axes themselves, which makes it impossible to change the order of the axes 
and also introduce wierd bugs if trying.

What version of the product are you using? On what operating system?
1415:adb52729dd92 (Sun Oct 21 20:09:10 2012 -0400), on OS X 10.8.1 (running on 
iOS 6)

Please provide any additional information below.
see: https://groups.google.com/d/msg/coreplot-discuss/r0V3eYXh5BA/Wd4gpa_rk9IJ

Original issue reported on code.google.com by setomi...@gmail.com on 25 Oct 2012 at 6:18

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 26 Oct 2012 at 12:51

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 27 Oct 2012 at 6:21

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 54c671a860ca.

Original comment by eskr...@mac.com on 27 Oct 2012 at 6:24