I want to fix the axes so that they are always to the left hand side and bottom of my plot space. My current implementation is not enabling userInteraction so no ... |
I want to add a title to my graph that gives a short description or name about the plot. For example, I have a table with a list of products and ... |
I just upgraded core-plot to the latest version in an application that was already running successful plots. I followed the fairly simple instructions to the letter, however I'm getting 20 syntax ... |
I can't seem to make Xcode find the Core Plot header. I've done the following:
- Clone the hg repo;
- Drag the CorePlot-CocoaTouch.xcodeproj file into my project;
- Opened the CP project and compiled it successfully;
- Dragged ...
|
What is the best plotting library for the iPhone's iOS SDK? I tried out core plot but looks like it's still pretty unstable.
Any help would be appreciated.
|
When I compile my iPhone application I get lots of errors, but the one that looks the most obvious to me is this link error:
ld: warning: directory '/Users/username/Documents/iPhone/MyAppName/../../core-plot/framework/build/Debug-iphonesimulator' following -L not ...
|
I can't seem to make Xcode find the Core Plot header. I've done the following:
- Clone the hg repo;
- Drag the CorePlot-CocoaTouch.xcodeproj file into my project;
- Opened the CP project and compiled it successfully;
- Dragged ...
|
|
I have my app ready to ship, and I can not create the .ipa I need to do so.
I have reproduced my problem in a very small example.
1) Create a new ... |
I'm using the core-plot library to do some plotting, and would like to implement some touch control on the graph. Problem is, the core-plot graph view doesn't seem to respond to ... |
I'm trying to compile an iPhone app that uses CorePlot. I'm using XCode 4.
I already ask for a question here (http://stackoverflow.com/questions/5758653/cant-submit-app-with-coreplot-using-xcode4) but no answers yet.
Is there a way to copy all ... |
everybody i'm using coreplot to display my bargraph. I had written below code for x-axis and y-axis but i'm not able to display my scale which should come as "-10,0,10,20,30....100". Could ... |
I want to know how to create grouped bar graph? I tried but I got only single bar graph.
Below, is my code any one tell me what is the mistake .
Thank ... |
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_Calculator-cwvwcdlnuukfftakggygqoczxyuy/Build/Products/Debug-iphoneos/libCorePlot-CocoaTouch.a, file was built for archive which is not the ...
|
I developing my app with core-plot, and it worked fine before Xcode4.
Now it only works on iPhone Simulator. And i get a BAD_ACCESS when I load my viewController (wich load ... |
I'm trying to find some sample code for Core-Plot on the iPhone. So far, all the examples I've found plot equations such as X^2 or 1/X, etc. over some range. ... |
I've just added the Core-Plot library to my XCode (iOS) project. The project now compiles fine. However, after looking in the sample code included, as well as browsing online ... |
I've got an array of points for a standard line-graph like so:
Array = [NSArray arrayWithObjects:
[NSArray ...
|
I'm trying to "install" core plot 0.4.
The first instruction is to drag and drop the XCodeProj file into my own project. I do this. Normally when I drag and drop images ... |
|
I'm making a Core Plot app.
What I have done so far:
- Opened my projects XIB in Interface Builder
- Dragged another
UIView onto my viewController and changed it to a CPTGraphHostingView so I can ... |