The arduino IDE plotter supports a multi-value data format with labels. This code prints data in the format: https://github.com/adafruit/Adafruit_AS7343/blob/21e3a81db1e346e4c3ec2ec305fb9a81bf481baf/examples/plotter/plotter.ino#L44-L103
which results in this plotter:
The circuitpython web-editor plotter doesn't currently support the same format:
It appears to get confused by the label value. I think currently we support multiple values with comma separated values. But we have limited unique colors and no support for labels currently I think.
Would be great to match the same syntax and behavior supported by arduino IDE.
The arduino IDE plotter supports a multi-value data format with labels. This code prints data in the format: https://github.com/adafruit/Adafruit_AS7343/blob/21e3a81db1e346e4c3ec2ec305fb9a81bf481baf/examples/plotter/plotter.ino#L44-L103
which results in this plotter:
The circuitpython web-editor plotter doesn't currently support the same format:
It appears to get confused by the label value. I think currently we support multiple values with comma separated values. But we have limited unique colors and no support for labels currently I think.
Would be great to match the same syntax and behavior supported by arduino IDE.