You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Activity
ffissore commentedon Nov 18, 2015
/cc @henningpohl
agdl commentedon Nov 18, 2015
Furthermore, if you print let's say 4 data you have a legend with 5 colors
mobluse commentedon 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 commentedon Apr 5, 2018
Hi
I implement the label functionality. Have a look.
#7422
sandeepmistry commentedon Sep 16, 2019
This has been added in #7453.