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

[Feature Request] Subplots and labels #54

Open
Gillte opened this issue Mar 4, 2022 · 1 comment
Open

[Feature Request] Subplots and labels #54

Gillte opened this issue Mar 4, 2022 · 1 comment

Comments

@Gillte
Copy link

Gillte commented Mar 4, 2022

Hello, thank you very much for coding this. I have a suggestion for a new feature. The possibility to add subplots and label them. Do you think this is feasible?

@taunoe
Copy link
Owner

taunoe commented Oct 1, 2023

Good news. Now it displays labels on the graph.
Example Arduino code:

Serial.print("Label1");
Serial.print(data1);
Serial.print("Label2");
Serial.print(data2);
Serial.println();

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

2 participants