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

Strange labeling with multiple x-axes #520

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Use multiple x-axes (e.g. for additional labels, for a "zero" axis) as shown 
in the code snippet attached.
2. Use the latest Core Plot release (April 1st 2013).

What is the expected output? What do you see instead?

Please refer to the screenshot attached.

The numeric labels in the first half of the x-axis should not be shown.
The x-axis should show only strings and no numeric labels.

What version of the product are you using? On what operating system?

Core Plot Release as of April 1st 2013. The same code did work perfectly with a 
previous release Core Plot (8 weeks ago).
iOS 6.1, Xcode 4.6

Please provide any additional information below.

Attachments: Code snippet (please open it in Xcode) and screenshot.

Original issue reported on code.google.com by Alexande...@gmail.com on 5 Apr 2013 at 10:19

Attachments:

GoogleCodeExporter commented 8 years ago
After setting the labeling policy to CPTAxisLabelingPolicyNone, set the major 
and minor tick locations and the axis labels to nil.

Original comment by eskr...@mac.com on 6 Apr 2013 at 1:17