I am developing an iPhone app which requires charts. Hence I am using API called iOSPlot to draw line charts.
I have downloaded API from this link
https://github.com/honcheng/iOSPlot
Graph appears fine.
I want to display one graph below the other on the same view.
How can I do that?
I suppose it is printing out the charts on UIView and as per my requirement the charts could be more than 1.
So how can I display more than one chart on the same view?
It is not working?
Or this way: