Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
77 views

I tried, I set the y-axis very narrow to make small price movements appear normal, it didn't help API results checked they are fine Other Diagramtypes (Points/ Line...) didnt fix the problem I'm ...
noSkill06s's user avatar
0 votes
1 answer
56 views

Is there a way to set the Axis Ticks to be non-numeric in CorePlot. So that it doesn't display 1,2,3,4,5.... on the axis, but rather corresponding stings A,B,C,D?
N0ctrn's user avatar
  • 55
0 votes
1 answer
48 views

I am trying to create a visual pause between strands of data on my graph, for that I need the graph to be able to break for some duration and then comeback. It is a running graph, so I cannot specify ...
N0ctrn's user avatar
  • 55
0 votes
1 answer
85 views

Currently I am plotting the graph with two data plots(two lines on the graph), when I click on one line "indexOfVisiblePointClosestToPlotAreaPoint" method giving me right index and other one ...
OhStack's user avatar
  • 108
0 votes
1 answer
40 views

In my iOS app I would like to mark special points of a function, like the intersection of the curve with the x and y axis. Is this possible with core plot?
Francesco's user avatar
  • 229
1 vote
1 answer
179 views

let graph = CPTXYGraph(frame: hostview.bounds) hostview.hostedGraph = graph graph.paddingLeft = 0.0 graph.paddingTop = 0.0 graph.paddingRight = 0.0 graph....
Gabriel 's user avatar
1 vote
0 answers
38 views

Implemented bar graph using core plot calling objective-c methods in Swift language,I am able plot the graph but bars have different width in size, first and last one are different and the middle one ...
OhStack's user avatar
  • 108
0 votes
1 answer
140 views

I'm not sure how to integrate my API fetch code to be used in my graph. Is it possible to modify my existing codes to have the API values sent to the X and Y axis of my graph accordingly? If so, How ...
Dana White's user avatar
0 votes
1 answer
133 views

How do I implement dynamic data to my CorePlot? I'd like my graph to look like this: How should I implement my JSON API and to decode the values to set it as X-axis? JSON API: https://dcmicrogridiep....
Dana White's user avatar
0 votes
2 answers
53 views

I have a number of plots, which depict (x,y) data at different time intervals, and wish to plot them in a sequence one after the other(like a gif file). My approach was generate all the plots, use a ...
swainwri's user avatar
0 votes
1 answer
577 views

I have a code that makes a bubble chart, but I want to the bubbles to have numbers written in them. Please can anyone advise? Here is the sample code that returns a bubble in the form of ...
Umar Maikano's user avatar
0 votes
1 answer
120 views

I have a scrollable/zoomable CorePlot based line graph with 2 y-axis plots. Sometimes one of the plots can be very noisy and make it hard to see the other plot. There is a very large amount of data (...
stonemonk's user avatar
  • 2,392
0 votes
1 answer
47 views

I would like to allow toggling on/off individual plots on my CorePlot based graph. The most reasonable way to do this I think would be to allow each Legend item to act as a button. I am not sure how ...
stonemonk's user avatar
  • 2,392
0 votes
1 answer
48 views

I've got a coreplot piechart running perfectly for years, but recently found out a pretty edge case that if there's only one plot data value that's greater than 0, the pie chart won't show. It ...
Bonan's user avatar
  • 719
0 votes
1 answer
331 views

Is there a way to compile the CorePlot framework as a universal build including arm architectures ? When I open the project on Xcode 12, I make sure I select Standard Architectures but it doesn't seem ...
the Reverend's user avatar
  • 12.6k

15 30 50 per page
1
2 3 4 5
128