Skip to content

Serial Plotter Labels #4180

Closed
Closed
@agdl

Description

@agdl

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

Activity

self-assigned this
on Nov 18, 2015
ffissore

ffissore commented on Nov 18, 2015

@ffissore
Contributor
agdl

agdl commented on Nov 18, 2015

@agdl
MemberAuthor

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

mobluse

mobluse commented on Jan 1, 2018

@mobluse

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

chromhelm commented on Apr 5, 2018

@chromhelm
Contributor

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

sandeepmistry

sandeepmistry commented on Sep 16, 2019

@sandeepmistry
Contributor

This has been added in #7453.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    SerialPlotterTools > Serial Plotterfeature requestA request to make an enhancement (not a bug fix)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ffissore@sandeepmistry@agdl@chromhelm@mobluse

        Issue actions

          Serial Plotter Labels · Issue #4180 · arduino/Arduino