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

Serial Plotter Labels #4180

Closed
agdl opened this issue Nov 18, 2015 · 5 comments
Closed

Serial Plotter Labels #4180

agdl opened this issue Nov 18, 2015 · 5 comments
Labels
feature request A request to make an enhancement (not a bug fix) SerialPlotter Tools > Serial Plotter

Comments

@agdl
Copy link
Member

agdl commented Nov 18, 2015

As discussed in #4022 I think could be a great improvement to have some kind of label in the new multi-lines serial plotter. My suggestion is to have something like:

Serial.print("i:");
Serial.print(i);
Serial.print(" ");
Serial.print("j:");
Serial.println(j);

To identify the labels

@agdl agdl added feature request A request to make an enhancement (not a bug fix) Component: IDE Serial monitor Tools > Serial Monitor labels Nov 18, 2015
@ffissore ffissore self-assigned this Nov 18, 2015
@ffissore
Copy link
Contributor

/cc @henningpohl

@agdl
Copy link
Member Author

agdl commented Nov 18, 2015

Furthermore, if you print let's say 4 data you have a legend with 5 colors

@mobluse
Copy link

mobluse commented Jan 1, 2018

I think a better system to set labels is to use a line with headings. The current system is like a CSV file and then one could continue in that style. CSV is a standard. If you want to update the legend you send out a new header. A header is distinct from data since it contains fields that can't be converted to numbers.

Your format is acceptable to me though, and the data simulator for serial in https://makecode.microbit.org/ uses it.

Maybe one could have both systems, since it is possible to distinguish them because of ":" in one of the systems.

@chromhelm
Copy link
Contributor

Hi
I implement the label functionality. Have a look.
#7422

@sandeepmistry
Copy link
Contributor

This has been added in #7453.

@per1234 per1234 added SerialPlotter Tools > Serial Plotter and removed Component: IDE Serial monitor Tools > Serial Monitor labels Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request to make an enhancement (not a bug fix) SerialPlotter Tools > Serial Plotter
Projects
None yet
Development

No branches or pull requests

6 participants