core-plot Questions

4

Solved

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, but I would like the x-axis to be at some...
Chromophore asked 13/1, 2010 at 5:51

2

Does anyone have a good tutorial/book recommendation for using Core Plot 0.4 in iOS. I have never used it before and from looking at the tutorials that they have linked to it does not make se...
Loritalorn asked 19/8, 2011 at 15:27

1

Solved

I am using coreplot 0.9 .I had tried setting linecolor property for CPTLineStyle by CPTLineStyle *lineStyle = [CPTLineStyle lineStyle]; lineStyle.lineColor=[UIColor grayColor]; But it is giving ...
Yoho asked 15/11, 2011 at 13:17

6

Solved

Using core-plot does not seem to be an easy integration task. Header path are already setup. In Interface-Builder I create an CPLayerHostingView which belongs to a View Controller which is instanti...
Spatola asked 12/3, 2010 at 7:46

1

CorePlot: how to set touch event, when user click the CandleStick on the chart, then it can show the Candle X and Y Value? The value in left side is not correct,because the chart can be zoom in an...
Hesson asked 24/10, 2011 at 7:23

2

Solved

Is there some sample code or a tutorial out there about how to draw a line chart using the Core Plot framework? I can't find anything using Google.
Navigable asked 29/5, 2010 at 8:30

1

Solved

So I built an application which compiles and runs fine from Xcode. Now I want to distribute it to other people so they can use it. How do I do that correctly? I thought it was as simple as archivi...
Again asked 16/8, 2011 at 7:5

2

I have created a CPScatterPlot using Core Plot and have several lines on the graph: for(int i=0; i<nLines; ++i){ CPScatterPlot *xSquaredPlot = [[[CPScatterPlot alloc] initWithFrame:graph.fram...
Remindful asked 9/3, 2010 at 17:33

2

Solved

How can I add Legends in Core Plot framework? I am greatly appreciative of any guidance or help.
Tartarus asked 21/4, 2011 at 7:13

2

I have available an array of dictionary that contains NSDate and NSNumber values. I wanted to plot date on X axis. For plotting I need to supply xRanges to plot with some decimal values. I don't un...
Inapprehensible asked 8/6, 2010 at 14:46

1

Solved

Has anyone managed to use core-plot from wax? I have been trying recently, but got stumped on NSDecimal. Wax does not want to deal with it. How can i get around this issue?
Mingy asked 25/6, 2011 at 4:45

2

Solved

How to remove negative axes from corePlot(scatterplot) in iphone and how to set the area of graph that is visible?
Distillation asked 20/6, 2011 at 11:10

2

Solved

How to change area gradient color for negative values in Gradient Scatter Plot in Core-Plot in iPhone? I want gradient colors as below: For positive values to be Green For negative values to be...
Yelena asked 25/2, 2011 at 10:11

2

Solved

When building an iPhone app that uses the Core Plot framework, I am seeing the following linker errors: ld: warning: ignoring file /Users/taxtmart5/Library/Developer/Xcode/DerivedData/Solagen_Calc...
Willett asked 23/5, 2011 at 13:27

1

Solved

I created an application in XCode 4 that uses Core Plot. I installed Core plot as an aditional SDK following the instructions from here:http://code.google.com/p/core-plot/wiki/UsingCorePlotInAppli...
Alenaalene asked 22/4, 2011 at 18:26

3

Solved

In the iPhone application Roambi, the pie chart shown can be animated to rotate with the user as if rotating a disc. We can hold and do lot of stuff with that. Someone mentioned that the Roambi ap...
Bedpost asked 9/3, 2011 at 5:27

2

Solved

I am using CorePlot to draw different graphs in my application. Then, I would like to save this graph to a jpg file and publish to some social networking site (e.g., Twitter). I did some documenta...
Sharasharai asked 19/11, 2010 at 16:20

1

Has anyone tried to add touch interaction to CorePlot? I'm trying to implement custom layer to be able to draw a line on the chart which will show specific value and will draw itself in specified...
Redemption asked 3/9, 2010 at 10:43

1

Solved

i have a have graphview.m which creates a coreplotviewcontroller.view in this way CorePlotViewController *aCorePlotViewController = [[CorePlotViewController alloc] initWithNibName:@"CorePlotView...
Bracci asked 2/9, 2010 at 6:4

1

Solved

I would like to have my user scroll inside a CPXYGraph. I have a CPXYGraph as part of a CPHostingLayer, like in the tutorials. I enabled allowsUserInteraction, which is cool and allows scrolling. B...
Prawn asked 16/8, 2010 at 12:37

1

Solved

I have this problem since a long time and I cannot find anything to solve this. I read several forum but was not able to find a working solution. I have the following code: // Adjust graph using a...
Latrishalatry asked 8/7, 2010 at 21:8

2

Solved

I want to use core-plot for drawing line graph dynamically. data won't come at a time, we will be receiving point by point dynamically. Is it possible to draw the chart dynamically using core-plot...
Condor asked 8/3, 2010 at 7:18

1

Solved

i want to add a data indicator line similar to the following image in core-plot. Plot Image http://img203.imageshack.us/img203/9412/plota.png Any idea how i can achieve this using core-plot. I ha...
Sheepshearing asked 24/2, 2010 at 11:4

3

I'm writing a stock charting application on iPhone using core-plot. What kind of chart should I use to plot the volume chart? Since I will also need to overlay the price charts onto the volume char...
Soulsearching asked 22/1, 2010 at 12:26

1

Solved

I've been looking into core-plot for the iPhone and I'm having trouble finding any examples of animation actually being used. What I need to see is an example of how to use core-plots animation to...
Hebdomadal asked 15/1, 2010 at 11:10

© 2022 - 2024 — McMap. All rights reserved.