core-plot Questions

26

Solved

I have an Obj-C Project I'm trying to migrate to Swift. I did succeed with various classes but recently ran into an issue I can't seem to make sense of. When I try to compile my current code base I...
Shutin asked 17/9, 2014 at 11:46

7

can anyone help ?? i am getting this error while connecting.. abort: error: nodename nor servname provided, or not known please help me out. Actually I want to get the source of coreplot from a...
Eamon asked 10/8, 2009 at 12:34

5

I want to get the maximum and minimum values of a NSMutableArray so I can create a core-plot plotspace and graph based around those max and min values. My code is as follows: NSMutableArray *cont...
Fancy asked 26/2, 2010 at 19:17

3

Solved

I'm new in iOS development and want to create an app with some charts. I decided to start development with swift because it seemed to be more easy to learn for me as Java developer. But meanwhile I...
Polky asked 16/3, 2015 at 12:55

3

Solved

I am trying to use CorePlot in one of my iOS projects, but even after following the instructions and looking around online, I haven't managed to correctly install the framework. I feel like the doc...
Plainspoken asked 30/1, 2015 at 12:55

1

I am using CorePlot to plot a simple Line Graph in my macOS app. CPTXYGraph *newGraph = [[CPTXYGraph alloc] initWithFrame:CGRectZero]; CPTTheme *theme = [CPTTheme themeNamed:kCPTDarkGradientThem...
Profusion asked 12/9, 2017 at 13:35

3

Solved

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). I am getting data from a feed, and t...
Cadel asked 7/11, 2011 at 20:34

4

Solved

I'm investigating about a week for an interactive and high performance financial stock charts for an iPhone application "something like candlestick/OHLC charts for stock markets", I found CorePlot,...
Lemonade asked 18/5, 2012 at 15:28

2

this is the code in the continuation of this question....Allow horizontal scrolling only in the core-plot barchart? -(BOOL)pointingDeviceDraggedAtPoint:(CGPoint)interactionPoint { if ( !self.allo...
Implosion asked 14/12, 2009 at 7:58

9

Solved

According to the Ray Wenderlich tutorial, I done the following : Step 1 - I downloaded CorePlot_1.4.zip on the official website Step 2 - I added to my project the CorePlotHeaders folder and the s...
Vandavandal asked 28/11, 2013 at 11:11

4

Solved

Has anyone got any recommendations for a charting library/framework for ios. I need to be able to create bar, pie, line trend, scatter charts from an internal database/warehouse onto an iPad....
Fortyfive asked 8/6, 2011 at 11:22

4

Solved

I'm using the instructions here to integrate Core Plot into my iOS Xcode 5 project and am having no end of issues. I tried using the Static Library Install but it seems this refers to 1.4 as there...
Sponsor asked 31/1, 2014 at 23:17

1

I am new to CocoaPods, and I'm trying to install CorePlot with this line in my Podfile: platform :ios, "7.0" ... pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git' When I...
Cableway asked 19/6, 2015 at 15:12

7

Solved

I am trying to remove the border around a core plot graph on the iPhone - but seem to be struggling on what should be simple in my mind. Pointers please!
Perth asked 3/2, 2010 at 18:17

4

Solved

I am using core plot in one of my iPhone projects. Is it possible to change the color for a selected slice in a pie chart (using CPPieChartDataSource, CPPieChartDelegate)?
Amitie asked 2/9, 2010 at 16:55

4

Solved

Are there any alternatives to Core-Plot for drawing graphs in iPhone SDK? I am having hard time integrating core-plot in my app. Lot of issues. Can you please suggest some alternatives to core-p...
Suffocate asked 21/2, 2011 at 11:31

3

Solved

Is there a way to add an average horizontal line (or a whatever single line) to a bar chart graph using core plot framework? Thanks.
Optimism asked 21/3, 2012 at 10:20

5

When first displaying a bar chart using Core Plot, I'd like the bars to grow upward until they reach their correct heights. How would you create such an animation using this framework?
Katherinakatherine asked 5/4, 2011 at 13:20

11

Solved

I am using core-plot lib to draw bar charts in my app like this My problem is that i want the enabling of grapgh movement only in horizontal direction so that I can see the records for a long per...
Vitascope asked 12/12, 2009 at 6:18

5

I have dowloaded a project name called Plot_Gallery _ios which is mainly runs for plotting of graph.This was downloaded from core_plot,the main target project is Plot_Gallery_IOS and also it has su...
Hosey asked 27/11, 2012 at 10:40

3

Solved

While developing pie chart using core plot I added animation for that for given code CABasicAnimation *rotation = [CABasicAnimation animationWithKeyPath:@"transform"]; CATransform3D transform = ...
Kidderminster asked 22/11, 2012 at 6:43

3

Solved

I have a graph with Y and X axises drawn on the default plot space along with the primary plot, and then I have separate plot spaces for auxiliary plots each with their own Y-axes (the X-axis is th...
Tip asked 27/6, 2012 at 11:56

4

Solved

For my app's graph (line plots) it does not make sense to format the axis labels to tenths. It did not look like there was a way to change this without providing custom labels. I was able to add ...
Homophile asked 7/1, 2010 at 3:0

3

Solved

I've converted my project to iOS 5 and enabled ARC. Now I need to integrate core plot with the project. When I try to instantiate a sample controller included with the Core Plot, I get about 20 err...
Ohmage asked 14/10, 2011 at 0:23

3

I'm trying to shift the x-axis labels upwards. Is there a property that I can set to do that? I've tried adding some bottom padding to the plot frame, but all that does is to squeeze the entire plo...
Eternalize asked 17/7, 2012 at 1:9

© 2022 - 2024 — McMap. All rights reserved.