Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display multiple data on the same graph #2

Open
fvisticot opened this issue Jun 18, 2013 · 3 comments
Open

Display multiple data on the same graph #2

fvisticot opened this issue Jun 18, 2013 · 3 comments

Comments

@fvisticot
Copy link

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
Copy link
Owner

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//issues/2
.

@freshking
Copy link
Owner

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//issues/2
.

@spromicky
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants