-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Added labels to legend #7453
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
Added labels to legend #7453
Conversation
@ArduinoBot build this please |
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-7453-BUILD-748-linux32.tar.xz ℹ️ The |
@facchinm will this be merged at some point? |
I think we can merge it, but some documentation must be added too |
Serial plotter surely needs some love, both from the "inline" documentation and from the website doc. We should coordinate with @SimonePDA to find the right spot where these documentation should be added but I really like the way you want to tackle it! |
Hi |
The legend is right now only shown when there is more than one data set. Should I change that so it is always shown ? |
Hi I think it is an good idear to add '|' sign as additional part seperator. I think the arduino team has do decide what diretion the serialPlotter should take. Open PR on SerialPlotter Regards |
@rin67630 assuming you mean 32-bit ARM Linux, it's the last link in the list of builds provided by ArduinoBot: The only changes made to this PR since that build are the addition of documentation files, so it is functionally identical. |
It currently works well with " | " (pipe sign between spaces), no need to write additional code. |
Rebased and manually merged, thanks! |
Supports CSV style header and colon separated :.
It is enough to send the label once they are kept until a new label is send.
Multiply values should be separated by space character. : : ...
If can send values only or mixed width labels like this:
: : ...
If you send one value you have to send al values. It will corrupt the visualisation.
!!! NOT ALLOWED !!! : : ...
Labels can be set without sending data:
: : ...
When using the CSV header style you just send space separated. OBS number only headers do not work. they are only allowed with colon separated style.