axis « plot « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » plot » axis 

1. Why won't my x-axis show with core-plot on the iPhone?    stackoverflow.com

EDIT: I think my question is better phrased as: How can I have a Y-axis that doesn't start at zero? It seems like the x-axis always gets placed at the y=0, ...

2. How to scale on x-axis with Core Plot    stackoverflow.com

I have a barchart display the smoking counter, day by day. Each column represents one day. I would like to view the data on week, month, year, on the same graph by drag ...

3. how to set absolute positions of axis in core plot    stackoverflow.com

I'm working with core plot on iPhone now, and I'm trying to set up the ScatterPlot graph in such a way that [0,0] coordinates are always at the same place (that ...

4. Core Plot: Axis titles show randomly, not always working    stackoverflow.com

I am trying to get my X and Y axis titles to show, but it seems they are not always working:

CPXYAxisSet *axisSet = (CPXYAxisSet *)graph.axisSet;
    CPXYAxis *x = ...

5. Core plot with month on x Axis (iphone)    stackoverflow.com

I would like to draw an XY graph using coreplot on iphone with date on x axis and some values on y axis. Referring to the DatePlot example shipping with the ...

6. core-plot iOS reversed Y axis    stackoverflow.com

I would like to use core-plot to display a water depth graph (updated in real time) but I can't figure out how to reverse the Y axis, so that the X ...

7. Date on x axis iphone using core plot    stackoverflow.com

I want to show data on x-axis on CPXYPlotSpace. I have seen doing so on mac using something like that but it does not work on iphone so any suggestion or ...

8. Add second plot space/axis to core-plot    stackoverflow.com

Here is my code:

CPXYPlotSpace *barGraphPlotSpace = [[CPXYPlotSpace alloc] init];
barGraphPlotSpace.yRange = [CPPlotRange plotRangeWithLocation:CPDecimalFromFloat(0.0) length:CPDecimalFromFloat(100.0)];

CPXYAxis *rightY = [[CPXYAxis alloc] init];
rightY.coordinate = CPCoordinateY;
rightY.orthogonalCoordinateDecimal = CPDecimalFromFloat(oneDay*7);

rightY.plotSpace = barGraphPlotSpace;

[graph addPlotSpace:barGraphPlotSpace];
This doesn't add another axis to my ...

9. iPhone sdk: Core-plot How to display y Axis on the right side on    stackoverflow.com

iPhone sdk: Core-plot How to display y Axis on the right side on?? I am now using Core-plot in iphone sdk , This is what i have done so far enter image ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>10. <a href='http://stackoverflow.com/questions/8059590/change-position-of-numbers-on-y-axis-in-core-plot'>Change position of numbers on y-axis in core-plot</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>How can I get the numbers to display on the right side of the axis instead of the left?

Thanks
 </p></div></td></tr></table><TABLE border=0><TR><TD height=10></TD></TR></TABLE>
</td></tr></table></td></tr></table><center><TABLE border=0><TR align=left><TD><A href=java2s.com  | Contact Us | Privacy Policy

Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.