Curve with CorePlot
I want to plot one graph in which curve & line drawing both. I used scatterPlot. How to draw curve with Coreplot.
Thanks in Advance. 开发者_高级运维
There is currently no option to have curved lines on a Core Plot scatter plot. See this issue for details. Until this is added, you might be able to fake it by adding intermediate points to your plot that approximate the desired curve.
Eric
精彩评论