Skip to content

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

Closed
breaker123 opened this issue Oct 28, 2019 · 11 comments
Assignees
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@breaker123
Copy link

breaker123 commented Oct 28, 2019

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.

@EvertSchut

This comment was marked as off-topic.

@madsdyd
Copy link

madsdyd commented Apr 7, 2020

Your issue request / wish is really two issues in one:

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.

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.

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 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

@breaker123

This comment was marked as off-topic.

@madsdyd

This comment was marked as off-topic.

@breaker123

This comment was marked as off-topic.

@madsdyd

This comment was marked as off-topic.

@breaker123

This comment was marked as off-topic.

@madsdyd

This comment was marked as off-topic.

@per1234
Copy link
Contributor

per1234 commented Apr 14, 2020

@per1234 I suggest you close this as a duplicate of arduino/Arduino#7454

Thanks for your suggestion, but we generally only close issues fixed by a PR once that PR has been merged.

@cry0g3n-git

This comment was marked as off-topic.

@per1234 per1234 transferred this issue from arduino/Arduino Nov 18, 2022
@per1234 per1234 changed the title Serial plotter,Do a display range adjustable X-axis,Add repeatable options when displaying the same contents. Do a display range adjustable X-axis, Add repeatable options when displaying the same contents Nov 18, 2022
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Nov 18, 2022
@per1234
Copy link
Contributor

per1234 commented Nov 18, 2022

Do a display range adjustable X-axis

This request is now tracked in dedicated issues:

Add repeatable options when displaying the same contents

This request is now tracked in the dedicated issue: arduino/arduino-ide#1697

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2022
@per1234 per1234 self-assigned this Nov 18, 2022
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

5 participants