freshking / DynamicGraphView

A simple but effective dynamic GraphView implementation for iPhone SDK
MIT License
227 stars 30 forks source link

Display multiple data on the same graph #2

Open fvisticot opened 11 years ago

fvisticot commented 11 years ago

Suppose I need to display the real time data from multiple sensors on same type every second. Is it possible to display that on the same graph with the current framework ?

freshking commented 11 years ago

No, not at the moment. But its a great idea. The problem ist that you would have to tag each value for the graphview to know which value to assignt to which graphline. But that shouldn't be hard to integrate into the current code.

Cheers,

Bastian Kohlbauer

Am 18.06.2013 um 23:11 schrieb fvisticot notifications@github.com:

Suppose I need to display the real time data from multiple sensors on same type every second. Is it possible to display that on the same graph with the current framework ?

— Reply to this email directly or view it on GitHubhttps://github.com/freshking/DynamicGraphView/issues/2 .

freshking commented 11 years ago

What you could do is to overlay multiple graphviews with clear backgrounds to display multiple graphlines.

Am 18.06.2013 um 23:11 schrieb fvisticot notifications@github.com:

Suppose I need to display the real time data from multiple sensors on same type every second. Is it possible to display that on the same graph with the current framework ?

— Reply to this email directly or view it on GitHubhttps://github.com/freshking/DynamicGraphView/issues/2 .

spromicky commented 11 years ago

U can use this https://code.google.com/p/core-plot/ framework. Its very powerful.