divyavamsee / core-plot

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

CocoaTouch - Axis title not shown #448

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run CPTTestApp-iPhone.xcodeproj from the examples (iOS 5.1)

What is the expected output? What do you see instead?
I expected to see a graph with labeled axes. However, axes are not labeled

What version of the product are you using? On what operating system?
Current version, iOS 5.1

Original issue reported on code.google.com by tilo.wes...@gmail.com on 25 Jul 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Scatter plot or bar plot? The bar plot is only supposed to show the axis 
labels--all axis line styles have been set to nil to prevent the lines from 
drawing.

Original comment by eskr...@mac.com on 25 Jul 2012 at 11:57

GoogleCodeExporter commented 9 years ago
Scatter plot - forgot to mention it.

Original comment by tilo.wes...@gmail.com on 26 Jul 2012 at 4:49

GoogleCodeExporter commented 9 years ago
I just tried the CorePlot_1.0.zip download - you will find a comparison 
screenshot here: http://imgur.com/a/HUG9H

I expected that the two versions would match.

Original comment by tilo.wes...@gmail.com on 26 Jul 2012 at 8:06

GoogleCodeExporter commented 9 years ago
Which image is from the 1.0 version?

Original comment by eskr...@mac.com on 26 Jul 2012 at 10:46

GoogleCodeExporter commented 9 years ago
The one with labels shown is 1.0

Original comment by tilo.wes...@gmail.com on 26 Jul 2012 at 10:48

GoogleCodeExporter commented 9 years ago
The only change to that example since 1.0 has been to replace tabs in the 
source with spaces.

Original comment by eskr...@mac.com on 27 Jul 2012 at 12:14

GoogleCodeExporter commented 9 years ago
But this shouldn't cause this strange behavior, right?!

Original comment by tilo.wes...@gmail.com on 2 Aug 2012 at 7:57

GoogleCodeExporter commented 9 years ago
Correct. Do you see any problems with any of the other example apps? Which 
version of Xcode are you using?

Original comment by eskr...@mac.com on 2 Aug 2012 at 11:10

GoogleCodeExporter commented 9 years ago
Both the iPhone/iPad examples are not showing any labels. I'm using XCode 4.4 
(tried the last version, too).

Original comment by tilo.wes...@gmail.com on 2 Aug 2012 at 11:46

GoogleCodeExporter commented 9 years ago
I went through all of the example apps (Mac and iOS) when I did the Xcode 4.4 
update. They all worked fine for me.

It looks like you're using a non-US region setting. What happens if you set an 
explicit labelFormatter on the axes?

Original comment by eskr...@mac.com on 3 Aug 2012 at 1:05

GoogleCodeExporter commented 9 years ago
That is true, I'm based in Germany (de_DE). But changing the region setting 
(simulator) to en_US doesn't work either. 
I played around with various modifications (e.g. custom labelFormatters) - 
without luck.

Original comment by tilo.wes...@gmail.com on 3 Aug 2012 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 27 Dec 2012 at 9:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 6f5db889b882.

Original comment by eskr...@mac.com on 1 Jan 2013 at 9:25