Top "Core-plot" questions

Core Plot is an open source plotting framework for macOS, iOS, and tvOS.

OBJ-C: Getting the minimum/maximum value in a NSMutableArray

I want to get the maximum and minimum values of a NSMutableArray so I can create a core-plot plotspace and …

iphone objective-c plot core-plot
Allow horizontal scrolling only in the core-plot barchart?

I am using core-plot lib to draw bar charts in my app like this My problem is that i want …

iphone cocoa-touch core-graphics core-plot bar-chart
How do you provide labels for the axis of a Core Plot chart?

I am using the Core Plot framework, and attempting to work through the example applications. Are there any tutorials for …

iphone core-plot
failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode void SendDelegateMessage(NSInvocation*): delegate

I'm developing an iOS app using Core Plot headers. I have different UI for landscape and portrait. On orientation change, …

ios core-plot uiinterfaceorientation
Using core plot for iPhone, drawing date on x axis

I have available an array of dictionary that contains NSDate and NSNumber values. I wanted to plot date on X …

ios iphone objective-c nsdate core-plot
Is there an example project that contains Core Plot?

I wonder if anyone ever posted an example project that uses Core Plot?

iphone ios core-plot
How to implement Zoom-in and Zoom-Out with Core-Plot line chart on iPhone?

Is it possible to implement Zoom-in and Zoom-Out with Core-Plot Chart component on iPhone? If so please suggest me how …

iphone charts core-plot
core-plot - refresh graph dynamically + iPad

i have a have graphview.m which creates a coreplotviewcontroller.view in this way CorePlotViewController *aCorePlotViewController = [[CorePlotViewController alloc] initWithNibName:@"CorePlotViewController" …

iphone ipad core-plot
Core-Plot iPhone Animation Examples

I've been looking into core-plot for the iPhone and I'm having trouble finding any examples of animation actually being used. …

iphone animation core-plot
How to avoid this degree to radian error?

While developing pie chart using core plot I added animation for that for given code CABasicAnimation *rotation = [CABasicAnimation animationWithKeyPath:@"transform"]; …

iphone core-animation core-plot pie-chart