CorePlot « CorePlot « 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 » CorePlot » CorePlot 

1. CorePlot problems    stackoverflow.com

I started with core-plot now and came to some problems. I followed the tutorial from this page: http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application and completed with the instructions from this page: http://code.google.com/p/core-plot/wiki/UsingCorePlotInApplications (such ...

2. Compile error in CorePlot-CocaTouch project    stackoverflow.com

I'm having trouble compiling the current release. I was able to download a copy of the source distribution today using: hg clone https://core-plot.googlecode.com/hg/ core-plot I opened the "core-plot/framework". I then double clicked on ...

3. iPhone CorePlot - Strange error    stackoverflow.com

I downloaded the CorePlotSDK, installed it using the readme instructions: copied the coreplotsdk directory to ~/Library/SDKs/ - imported in the PCH file - added $HOME/Library/SDKs/CorePlotSDK/${PLATFORM_NAME}.sdk to the additional SDKs and ...

4. CorePlot iPhone error : CorePlot-CocoaTouch.h: no such file or directory    stackoverflow.com

I'm trying to walk someone through adding CorePlot to their iPhone app. I have it working on my computer, but he keeps getting the

CorePlot-CocoaTouch.h: no such file or directory
error. ...

5. problem installing CorePlot    stackoverflow.com

I attempt to install CorePlot according to the readme file, but as soon as I add $HOME/Library/SDKs/CorePlotSDK/${PLATFORM_NAME}.sdk to Additional SDKs in the project settings I get a massive spew of compile ...

6. CorePlot real time graphing    stackoverflow.com

I'm new to coreplot and not sure quite where to start. I would like to plot data points as they arrive. I'm recording finger touches and how long between each ...

7. How to save a graphic created by CorePlot to a jpg file    stackoverflow.com

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., ...

8. CorePlot: how to run on device? (works OK on simulator)    stackoverflow.com

My app uses CorePlot and runs fine on simulator
(it accesses libCorePlot-CocoaTouch.a from:
/Users/myName/core-plot/build/Debug-iphonesimulator ). To run on device, xcode expects libCorePlot-CocoaTouch.a in:
...

9. How to prevent leak on array with dictionaries used by CorePlot    stackoverflow.com

This is a common case:
In code below (simplified), number of the dictionaries added to the array varies depending on size of data set (as usual).
So it is impossible to ...

10. Multiple y-Axis in CorePlot    stackoverflow.com

What I'm trying to accomplish with CorePlot on the iPhone is to plot two graphs in two different PlotSpaces. The y-Axis of the first PlotSpace should appear on the left and ...

11. coreplot not working    stackoverflow.com

I have istalled core plot 0.2.2 by downloading from here. I have followed the instructions as given in the documentation but it is giving an error saying "No additional SDK Exists ...

12. CorePlot linker errors after upgrading iOS SDK    stackoverflow.com

This seems like it's happened before but somehow ended up working itself out. It's happened again and I can't seem to get this fixed. I use the CorePlot Cocoa ...

13. How to Install CorePlot SDK    stackoverflow.com

I want to create chart application.I red that CorePlot will support this kind of chart Application.I don't know where may i go to download the CorePlotSDK,and how to install and where ...

14. How to implement CorePlot in iPhone project    stackoverflow.com

Hai All, I'm downloading the source code from this link http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application In this sample application CorePlot-CocoaTouch.XCodeproject has shown in red color(there is nothing).where should i download the CorePlot-CocoaTouch.XCodeproject(static library)and install it ...

15. CorePlot - iPhone Graphs    stackoverflow.com

I am getting the error

CorePlot-CocoaTouch.h: No such file or directory". I have kept the coreplot0.2.2 folder in the desktop. I used the following path for ...

16. CorePlot - XAxis - iPhone    stackoverflow.com

I am using the coreplot for displaying the graph in iPhone. I want to display the label(10,20,30 .. ) properly in the plotArea. Currently, The bar and label are displaying in ...

17. Getting Error : " CorePlot-CocoaTouch.h: No such file or directory" while implementing Core-Plot in iPhone SDK    stackoverflow.com

I am getting the following error when I try to implement Core-Plot in my iPhone app. CorePlot-CocoaTouch.h: No such file or directory I downloaded installed the Core-plot package from the below link

18. CorePlot - XRange - YRange    stackoverflow.com

I am using the coreplot for developing the app in iPhone. I have some doubts to set the XRange and YRange. Actually I want to display the XRange as like the ...

19. Classic problem: CorePlot-CocoaTouch.h : No such file or directory    stackoverflow.com

Please excuse me for asking this old problem but I have really tried every solutions I could find in this forum and over at stackoverflow, and the problem still hasn't been ...

20. Coreplot Bargraph--How to add layers    stackoverflow.com

How to add layers in coreplot(Bargraph)

21. Adding CorePlot to iPhone Project - Errors?    stackoverflow.com

Activity view window for project
Linker information below deleteTest - deleteTest.xcodeproj
Followed the directions. deleteTest - deleteTest.xcodeproj
Any ...

22. how to ploat values from database in to coreplot graphs    stackoverflow.com

hiii i ahve date vales as xaxsis and duration as yaxis i need to take these vales from database and need to plot on coreploat graph view please help me how to ...

23. CorePlot Remove bar shadow effect    stackoverflow.com

In iPhone App i am using core Plot vertical bar chart. How to Remove shadow effect in Vertical Bars? Here as shown in figure bars are displaying with shadow enter image description ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>24. <a href='http://stackoverflow.com/questions/5519846/why-does-coreplot-build-fine-for-the-simulator-but-give-a-link-error-for-the-device'>Why does CorePlot 0.2.2 build fine for the Simulator, but give a link error for the device?</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>Core Plot works fine when building for the Simulator. However, it gives a link error when I try to build for the device:

<a href=deleteTest - deleteTest.xcodeproj
What ...

25. how to set position of datalabels for barplot in coreplot    stackoverflow.com

Hi right now am facing an issue with datalables! while am trying to display them on barplots they are getting printed somewhat far from them,but i need to print ...

26. iPhone CorePlot:error- "CPBarPlotFieldBarLength:" Undeclared    stackoverflow.com

Hi I am trying to implement core plot in My iPhone App for that I use the below code

 -(NSNumber *)numberForPlot:(CPPlot *)plot 
         ...

27. iPhone COREPLOT: Barchart not displaying properly    stackoverflow.com

Hi in my iPhone App I am implementing coreplot VarticalBar Chart Though I am taking Larger value For Y axis but It is displaying upto certain limit only as shown ...

28. how to drag a wedge from pie chart which is developed using coreplot in iphone    stackoverflow.com

hi people i had drawn a piechart using coreplots in my application,now i need to split a piechart into different pieces/objects and need to drag those objects.How to achieve this functionality.Thanks ...

29. how to install coreplot on mac and use it for ios applications    stackoverflow.com

I downloaded the latest coreplot installer from their site and extracted the package file the procedure as mentioned in the installer was followed

  1. Add to your project's .PCH file: #import < CorePlot/CorePlot.h ...

30. Can anyone tell me the steps to install the CorePlot framework for iPhone?    stackoverflow.com

I am getting confused on setting header path.

31. Problem CorePlot in iPhone framework    stackoverflow.com

I have followed the documentation of CorePlot. After doing everything, I am facing following problem:

error: 'CPLayerHostingView' undeclared (first use in this function)

 error: 'hostingView' undeclared (first use in this function)

 error: ...

32. Curve with CorePlot    stackoverflow.com

I want to plot one graph in which curve & line drawing both. I used scatterPlot. How to draw curve with Coreplot. Thanks in Advance.

33. error: CorePlot-CocoaTouch.h: No such file or directory    stackoverflow.com

i know i am asking the same question as this question is already ask many times by other people but still i have problem after following all steps First, drag the CorePlot-CocoaTouch.xcodeproj ...

34. MonoTouch CorePlot (using Miguel's sample)    stackoverflow.com

I am using the MonoTouch 4.0.3 framework and having trouble loading and linking the library on to the device for the provided example code for the CorePlot API. It seems to ...

35. Iphone Coreplot    stackoverflow.com

I am new to the iPhone development can anybody help me to draw curve chart in iPhone using only three values

-(NSUInteger)numberOfRecordsForPlot:(CPPlot *)plot{
    NSLog(@"Array1-->%@",Array1);
    return [Array1 ...

36. Insert a scroll bar on my graph CPScatterplot coreplot    stackoverflow.com

I am new to coreplot. I would like to insert a horizontal scroll bar on my application in order to move my graph. I don't know how do to this. I find ...

37. corePlot to insert time,date,month. for iphone    stackoverflow.com

I have to implement the scatter graph which have to contain the time, date, month, year acc to the segment clicked. The dta for this is to be getting from database ...

38. remove negative axes from coreplot(scatter plot) in iphone    stackoverflow.com

How to remove negative axes from corePlot(scatterplot) in iphone and how to set the area of graph that is visible?

39. Barchart using coreplot,iphone    stackoverflow.com

Am using core plot to draw barchart..I wanna extract values from table view and then display the barchart according to it..is this possible? Am new to iphone application development..so can anybody pls ...

40. CorePlot bar graph with bottomless bars    stackoverflow.com

I am writing an iPhone app that uses CorePlot for graphing. Specifically bar graphs. Is there any way to make a bar graph where the bottoms of the bars ...

41. Non-continuous CorePlot line graph (like the graph of y = 1/x)    stackoverflow.com

I am writing an iPhone app that uses CorePlot for graphing a line plot (Using CPScatterPlot). I need to graph a line plot that is not continuous (like y=1/x or ...

42. CorePlot zoom axes independently with multi-touch    stackoverflow.com

I have a iPhone app with a CorePlot graph. I would like the user to be able to zoom in and out of the graph similar to the default functionality ...

43. CorePlot silent crash (possibly from scaleToFitPlots:)    stackoverflow.com

I have an iPhone app with a CorePlot graph. I have a button placed next to the graph which calls scaleToFitPlots: on the graph when pressed. The problem is that sometimes ...

44. How to add coreplot-cocoaTouch.xcodeproj to my project?    stackoverflow.com

I am trying to use CorPlot to draw pie charts to display the data but while setting up the project when i am trying to include

#import "CorePlot-CocoaTouch.h"
it's giving errors saying ...

45. adding "CorePlot-CocoaTouch.xcodeproj" into xcode4.0    stackoverflow.com

I just start using Xcode 4 and i'm trying to draw graph by adding "CorePlot-CocoaTouch.xcodeproj" into my project But when i did this i would not get "libCorePlot-CocoaTouch.a".Could anyone tell me ...

46. i am trying to run the drop plot example of coreplot    stackoverflow.com

I am trying to run the drop plot example of coreplot but i am getting the following errors... ld: warning: ignoring file /Users/nagarjun/Documents/CorePlotInstall_0-1.3/Source Code/build/Debug-iphoneos/libCorePlot-CocoaTouch.a, file was built for archive which is not ...

47. How to animate bars of barchart-coreplot    stackoverflow.com

I am new to iphone development and coreplot. I want to draw a barchart according to some data, that i have done. now i want to give some animations to the bars of ...

48. Coreplot barchart issue showing tickers at right place?    stackoverflow.com

I am working on a iphone barchart application. I am not getting the ticker label value in accordance as shown in below image: enter image description here

barChart = [[CPTXYGraph alloc] ...

49. How to draw a line from slice of a pie chart to its related title using coreplot in iphone sdk    stackoverflow.com

Here I stuck with a problem in drawing the pie chart using coreplot in iphone sdk. Actually my problem is to represent a line between each slice and the title of that ...

50. iPhone CorePlot: Chart with user Touch Event    stackoverflow.com

I am now using Core-plot to develop application. I am looking for some touch event for user touch one point of the chart, then it show up the price. When i take a look ...

51. CorePlot: how to set touch event, when user click the CandleStick on the chart, then it can show the Candle X and Y Value?    stackoverflow.com

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 ...

52. How to use wrap CPTAxisLabel into two lines using corePlot library in iphone sdk?    stackoverflow.com

I want to display CPTAxisLabel intwo lines if the text length is greater than 50 characters. How can i do that? I saw a method to draw a string in a ...

53. CorePlot: How to Get a Correct Value After Zoom? How to Get A Correct Scale Number After Zoom?    stackoverflow.com

  1. How to Get a Correct Value After Zoom?
  2. How to Get A Correct Scale Number After Zoom?
  3. How to put Yaxis another side like the following photo
enter image description here The ...

54. how to add value to slice in pie chart in ipad using coreplot , xcode    stackoverflow.com

I have to display values in slices of pie chart which i created using core plot in ipad . can you Help me to sort out this ?? Regards, Amit

55. CorePlot 0.9: Anchor axis' and allow plot to move    stackoverflow.com

I am using CorePlot 0.9 and it seems to be missing the isFloatingAxis property that others have mentioned online. It is somehow not in 0.9? I am wanting to anchor my ...

56. iPhone CorePlot proper formatting of y-axis    stackoverflow.com

I am using CorePlot to graph a set of data. Data for my x-axis consists of dates, while data for my y-axis consists of floats (which I then turn into NSNumber). ...

57. CorePlot Multiple data/graph in scaterplotview on iphone    stackoverflow.com

How to draw multiple lines in coreplot i can plot one data like this // Create a green plot area

CPTScatterPlot *dataSourceLinePlot = [[[CPTScatterPlot alloc] init] autorelease];
dataSourceLinePlot.identifier = @"Green Plot";

CPTMutableLineStyle *lineStyle = [[dataSourceLinePlot.dataLineStyle mutableCopy] ...

58. How to set linecolor for linechart using coreplot?    stackoverflow.com

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 error that linecolor is readonly property. Please give me ...

59. DRAWING PIE CHARTS USING CorePlot    stackoverflow.com

I finally somehow managed to add coreplot framework to my project. Is there any documentation available on how to use it?.I googled it but couldnt get it. And all the examples i found ...

60. Warning while executing code for CorePlot    stackoverflow.com

- (void)viewDidLoad
{
graph = [[CPTXYGraph alloc] initWithFrame: self.view.bounds];   
CPTGraphHostingView *hostingView = (CPTGraphHostingView *)self.view;
hostingView.hostedGraph = graph;
CPTPieChart *pieChart = [[CPTPieChart alloc] init];
pieChart.dataSource = self;
pieChart.pieRadius = 100.0;
pieChart.identifier = @"PieChart1";
pieChart.startAngle = M_PI_4;
pieChart.sliceDirection = CPTPieDirectionCounterClockwise;

self.pieData= ...

61. iPhone CorePlot: Candle Stick , how to set more distance between every stick when zoom in and zoom out?    stackoverflow.com

CorePlot: Candle Stick , how to set more distance between every stick when zoom in and zoom out? When i try to zoom out, it looks really terrible. How can i fix it?

62. How to draw Pie chart like below by using coreplot?    stackoverflow.com

How to draw Pie chart like below by using coreplot???enter image description here

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.