user706638
user706638

Reputation: 181

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.

Upvotes: 1

Views: 622

Answers (1)

Eric Skroch
Eric Skroch

Reputation: 27381

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

Upvotes: 1

Related Questions