Skip to content

Having [space] as a separator is a really BAD idea... #20

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

Open
rin67630 opened this issue Jul 21, 2020 · 1 comment · May be fixed by #34
Open

Having [space] as a separator is a really BAD idea... #20

rin67630 opened this issue Jul 21, 2020 · 1 comment · May be fixed by #34
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@rin67630
Copy link

Imho having [space] as a separator for labelled variables is a really BAD idea...

If you plot integers with labels, that have a variable number of digits, but a padded length (to print as a table),
they will print with a variable number of spaces making the plot color jump from one color to another one as the number of relevant digits of the variables printed before changes... :-(

Please consider using the comma (or another character e.g. | ) as a reliable separator instead.

@RobTillaart
Copy link

RobTillaart commented Jul 21, 2020

+1
I prefer TAB == '\t' as default as this will give nice tabular data when the same output is read by Serial Monitor,

@per1234 per1234 transferred this issue from arduino/Arduino Nov 18, 2022
@per1234 per1234 changed the title [Serial Plotter] having [space] as a separator is a really BAD idea... Having [space] as a separator is a really BAD idea... Nov 18, 2022
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Nov 18, 2022
@leon0399 leon0399 linked a pull request Feb 27, 2024 that will close this issue
leon0399 added a commit to leon0399/arduino-serial-plotter-webapp that referenced this issue Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants