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:
I am able to draw lines with positive decimal values but in case of negative values my graph shows nothing neither on axis nor on graph.
Currently, I can keep the axises at开发者_如何学Python bottom-left side of screen by using CPConstraints, isFloatingAxis and set a properly value for orthogonalCoordinateDecimal, but when I change the
I have some problems with the layout of my core plot graph. To be more precise, I have created a GraphViewController (.h, .m and associated nib file). In the nib file I have added anothe开发者_运维知识
I am using CorePlot for plotting d开发者_如何学JAVAata graph on iPhone. Recently I encountered RGraph based on html5 technology. CorePlot is a little over complicated for my purpose.Does anybody have
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 err
I\'m building a graph with core plot, that works fine except that I do not see any labels on the x and y axis. I can only see major and minor ticks but no value next to them. There must be something I
I\'m开发者_Go百科 very new to iPhone programming, and I\'m currently following tutos to understand the whole thing. I\'ve been able to do what I needed (retrive data from a JSON http server, parse the
im trying to put a Coreplot graph in a UIView. Some questions, should i do it in XIB? or should i do it programmically ?
I am drawing a ScatterPlot using core-plot framework. My x coordinates are hours starting from 0 AM to 12 PM . How i can set th开发者_运维百科ese as my x coordinates ? please help me .. thanks in adva