core-plot Questions
1
Solved
I would like to show (annotate) values in a scatterplot as the mouse is moved/hovering over a symbol or line. I understand this question has been asked before but I can only find answers that requi...
Elsyelton asked 17/2, 2014 at 0:50
10
Solved
I've just upgraded to Xcode 4.5GM and tidied up some screens in my iPhone project to cope with the extra screen size on iPhone 5. The project is targeting iOS 5.1 and I've just come to build it for...
3
I'm trying to run some code when the user clicks (or touches) a plotSymbol on mye graph created with Core Plot.
This does not work with scatterPlot:
-(void)scatterPlot:(CPScatterPlot *)plot plot...
Filberto asked 18/11, 2010 at 13:0
2
I am using the Core Plot framework, and attempting to work through the example applications. Are there any tutorials for using this framework?
Specifically, how do you provide labels for X and Y ax...
2
Solved
I am trying to put 6 Coreplot charts on an iPad in landscape mode so each chart is 128pixels in height (ie. 768/6)
The issue I am having is that if I set all the padding to 0 the chart still has l...
Thyroxine asked 10/4, 2012 at 9:35
2
Unknown class CPTGraphHostingView in Interface Builder file.
2012-01-09 16:09:34.242 ChartArea[2595:207] -[UIView setHostedGraph:]: unrecognized selector sent to instance 0x4c064f0
2012-01-09 16:09...
2
Solved
I'm having some trouble with the axis labels. It seems my custom labels aren't visible outside of the plot area. Looking at the Design Overview for core plot, the axis labels should be outside of t...
2
I'm developing an iPhone application with core-plot chart. With the help of some tutorials, i managed to do it with single touch and drag. How can I make it with multiple touch and drag? Anybody pl...
Selfdrive asked 17/5, 2012 at 8:46
2
I am working in simple bar chart application, Using Coreplot to develop this application, then i try to implement the bar chart but i get the issue found in
[__NSCFConstantString sizeWithTextSty...
2
Solved
I asked this question yesterday and got some great help from Eric Skroch. However, I am still a bit confused after looking over all the documentation on the Core Plot website along with some exampl...
2
Solved
I am using CorePlot 0.3, everything was ok until I upgraded XCode to 4.4 (2 days ago), CorePlot failed to build and I got some errors with message:
clang: error: -Z-reserved-lib-stdc++: 'linker' in...
4
Solved
I'm using Core-Plot for a trend chart in an iPhone app and haven't found how to customize the background. I can create a theme using the built-in themes, like kCPPlainWhiteTheme, but how can I chan...
2
Solved
I am trying to set up two charts similar to the AAPlot sample provided with Core Plot.
It basically consists of a stock chart, which is shown almost correctly and a second chart (volume chart), wh...
Limitative asked 12/7, 2012 at 13:49
1
Solved
I'm developing an iOS app using Core Plot headers. I have different UI for landscape and portrait. On orientation change, I'm getting this failed to return after waiting 10 seconds. main run loop m...
Limicoline asked 3/7, 2012 at 9:8
4
Solved
I have created an activity indicator and a label below it in a uiview sub class and calling it in many different tabs.It works as intended in most of the places i'm calling it except in Graph Hosti...
8
Solved
I have a need to render and display charts (bar charts for now, but more types may be needed later) in an iPhone app I'm working on. I've done some looking around and it doesn't look like the...
Amery asked 20/4, 2009 at 19:23
1
Solved
I am programming a app where I have graph with two y axis and one x axis.left y axis has range from 0 to 20 so there are 20 majorTick axis.Right y axis has range from 0 to 10,so I want left y axis ...
4
Solved
Is it possible to implement Zoom-in and Zoom-Out with Core-Plot Chart component on iPhone? If so please suggest me how to do it?
Thanks in advance.
1
Solved
I'm trying out CorePlot in a small personal project to draw some bar graphs. I started the project using Xcode 4.3.2 and ARC, thinking it'd make my life easier... The problem is, when using GCC 4.2...
Sassy asked 26/5, 2012 at 19:41
1
Solved
I am able to plot a curve, but it is not smooth. In fact, it is totally distracted and wavy. Can anyone help me or suggest a method to make that curve line smooth?
Thanks in advance.
2
Solved
I am trying to install Core Plot into my iOS app. I have followed the instructions on the Core Plot website but they are very brief and have no screenshots. I have pasted the instructions below and...
Inmate asked 21/4, 2012 at 15:25
2
Solved
I am using core plot 1.0 in my iphone app. All works fine, graphs are drawing perfectly, But I am facing a weird problem that All the controls on graph page(CPTPGraphHostingView) are mirrored.
Ie:...
1
Solved
I have implemented a CorePlot graph in my iOS application, however I am unable to dynamically size the y-Axis based on the data points in the set. Some datasets range from 10-50, while others would...
Descry asked 21/3, 2012 at 16:13
2
Solved
I am trying to plot graph in which i want to fill graph area with custom color. But the color should be below only data lines which i have used to draw line graph and the remaining part should be a...
1
Solved
I am using core plot to make a line graph with a long xAxis-range. I made the vertical direction of the graph fixed/constant and let it only scroll horizontally. However, if I start scrolling/swipi...
© 2022 - 2024 — McMap. All rights reserved.