-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Allow display of more data points in Serial Plotter #803
Allow display of more data points in Serial Plotter #803
Comments
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.
In fact, the best would be to let us define the horizontal scale. |
I, too, stumbled upon this. Obviously it would be nice to have specific features like mentioned above, but I think just to have on par featureset with the former IDE it would be wise to readd display of 500 data points like in the earlier versions. It would be quite odd to have a successor that does not have or has less of a specific feature than the predecessor. I tried changing this line The change in itself would seem to be rather trivial, given that and the featureset of the predecessor I would really like to see the this implemented before the final release. |
I'm running rc9.4 on Linux Mint 21 and the plotter frustrates me. With data once per second plotter shows only 5 X-axis data sets no matter how large I make the window. At fast rate such as 100 data sets / second it shows 50. I can't seem to display 500 seat. |
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.
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.
Hi all. We really appreciate the feedback about how the Arduino IDE 2.x Serial Plotter can be improved. However, once the message has been received, additional comments that don't add any new information can add up to a lot of notifications for those of us who watch this repository to keep up with the development work. If you only want to express support then I suggest the use of GitHub's "Reactions" feature. Discussion is always welcome over on the Arduino Forum: Thanks in advance for your cooperation. |
The serial plotter is a web application that is installed as part of Arduino IDE since it's running as a web application, bundled source code can be modified on a local machine. The package can be found in the installation folder of Arduino IDE |
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.
This comment was marked as off-topic.
This comment was marked as off-topic.
I consider the auto scaling of plot width a valuable feature. As it stands now, the plot width auto scales to full width as the data fills to 50 samples, then the plotter becomes a sliding window. It would be useful to have the plot width auto scale to full width as the data fills to 500 samples (or a user set limit), then the sliding window activates. Same code, 100 samples shown on plotter using Arduino IDE 1.8.19 ... |
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.
A PR for adding a menu to control the number of data points has been submitted to the repository where the Serial Plotter codebase is hosted: arduino/arduino-serial-plotter-webapp#32 Please refrain from commenting on that PR thread unless you have some significant and unique information to add. If you only want to express your support for the PR or a comment in the thread, use the "Reactions" feature to add a 👍, etc. If the thread becomes a source of notification noise due to the addition of comments that don't add significant and unique information, as happened here, I will be forced to lock the conversation, which might prevent the addition of comments that are actually of value. |
Describe the request
Change the number of plot values back to 500. Or make it a user selectable option
Describe the current behavior
The Arduino IDE 2.x Serial Plotter displays only 50 data values, compared to the Arduino IDE 1.x plotter, which displayed 500 values.
This is a problem because events stream by 10 times faster and are much harder to see. With 500 points we see a much clearer time history of the physical measurements we're making.
I use the Plotter a lot in my K-12 STEM workshops, and this will really have a negative impact.
Arduino IDE version
51f69f6
Operating system
All
Operating system version
Any
Additional context
Additional requests
Issue checklist
The text was updated successfully, but these errors were encountered: