-
-
Notifications
You must be signed in to change notification settings - Fork 8
Do a display range adjustable X-axis, Add repeatable options when displaying the same contents #29
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
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Your issue request / wish is really two issues in one:
This is adressed in arduino/Arduino#7454. In essence this feature request is a duplicate of arduino/Arduino#7454. I suggest you go to this request and add a comment that you would like this feature.
The way the serial monitor is designed, there is no x coordinate: Every datapoint is just appended at the end of the existing datapoints. After 500 datapoints appended, everytime a new datapoint is appended, the oldests is removed. Changing this approach would require both a redesign of the existing Serial Plotter, and breaking "compatibility" with all existing Arduino code that uses it. @per1234 I suggest you close this as a duplicate of arduino/Arduino#7454 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Thanks for your suggestion, but we generally only close issues fixed by a PR once that PR has been merged. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This request is now tracked in dedicated issues:
This request is now tracked in the dedicated issue: arduino/arduino-ide#1697 |
When I use the Serial Plotter, I want to extend the display range of the horizontal axis time so that the latest data acquisition and the previous data acquisition can be displayed on the same graph.
Second, when the x-coordinate data is a cyclic change in a range, I want the x-coordinate data to be displayed within the range instead of forward.
The text was updated successfully, but these errors were encountered: