Arduino 2.0 Serial Plotter issue

It's great that a serial plotter was added to version 2.0!
However, there is an issue that will cause problems for a lot of users: the plot window only displays 50 points, as compared to 500 points for the previous version. While the plotter program is a definite upgrade from the previous version, this seems to be a downgrade. I don't suppose there's a user-adjustable parameter somewhere for this?

Many of the programs I develop for a K-12 STEM audience rely on the serial plotter to show various physical measurements. With only 50 points displayed, the events stream off the screen 10 times faster, have less resolution, and are much more difficult to see.
I can patch the code to reduce the rate of Serial.prints but it will have to be done to all my old programs, and it's a kludge.

Hi @kubichek. Thanks for giving the Arduino IDE 2.0.0 release candidate a try, and for your valuable feedback!

Not one that I'm aware of.

Please submit a formal feature request about this to the Arduino IDE 2.x issue tracker here:

I already did a search for previous related requests and didn't find any, so you don't need to bother to check for duplicates first.

Hi
Just fyi, the link you sent for submitting a feature request is broken
Thanks

oh wait - never mind. It just went through. sorry!

Thanks @kubichek!