Plot browser in R2025a?
356 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tommaso
am 29 Mai 2025
Kommentiert: Bruno
am 15 Sep. 2025 um 15:59
in R2025a I can not find anymore the "plot browser" menu. I used a lot the hide/show options for lines.
Has this function disappeared?
Property Inspector is not really helpfull if many lines are present in the plot.
6 Kommentare
Taras
am 9 Sep. 2025 um 15:33
Completely agree. Designers of Property Inspector might have meant well, but they overlooked the fact that for the average user, simplicity by far trumps the abundance of features (most of which are either rarely needed or hide behind incomprehensible names). In addition, I did encounter a problem when trying to edit XTickLabels: the ones shown by Property Inspector were not the ones seen in the figure. Rather than calling Matlab's support (who usually are quite helpful), I found it easier to use Property Editor from my still installed R2021a version.
Markus Leuthold
am 10 Sep. 2025 um 9:31
The deprecation of plotbrowser() is indeed an issue, inspect() is not a replacement for an object browser. As part of a good interactive 3d camera orbit which also works for the new web based figures, I wrote a replacement for the old plotbrowser. Maybe it's of use for others as well
Akzeptierte Antwort
Adam Danz
am 29 Mai 2025
Bearbeitet: Adam Danz
am 29 Mai 2025
Indeed the plot browser is gone in R2025a. However, many of the features that were in plot browser have moved to the Property Inspector.
From the Format tab, select "Select & Plot Edit" and "More Properties" buttons (screen shot below). This will open the Property Inspector where you can drill down into your figure > axes from the top of the inspector. Once you have access to the axes children, you can right-click on the graphics objects to select show/hide.

Is there something you miss from the plot browser or can't find something in the property inspector? Contact tech support to submit an Enhancement Suggestion!
16 Kommentare
Jason
am 19 Aug. 2025
Hopefully the fact that you had to circle the difference between a sold right triangle ▹ vs. a hollow triangle / greater than > symbol highlights the poor user interface choice made by MATLAB here. Despite my negative, I do again, appreciate the help/ picture!
Bruno
am 15 Sep. 2025 um 15:59
I’ve been using MATLAB for more than 25 years, and the Plot Browser has always been an essential tool for me — especially the ability to quickly click checkboxes to make lines visible or invisible in a crowded plot.
The Property Inspector is not an alternative. Yes, it can toggle the Visible property, but it requires so many clicks that in practice you simply won’t use it when dealing with tens of curves. The whole point of the Plot Browser was speed and usability.
Please, MathWorks: whatever it takes, make sure the Plot Browser (or an equivalent checkbox panel) comes back. It can’t be that difficult to implement, and it would restore a key workflow for many long-time users.
Weitere Antworten (2)
Nigel
am 12 Aug. 2025
This is the information I sent to Matlab for the Technical Support case:
The changes made make the workflow inefficient. With R2024B and prior, it was possible to manipulate the plot's pan, zoom and datatip tools as well as the visibility selections without needing to go into the menus. This provided a simple and elegant UI with minimal keyclicks preventing a break of concentration on the analysis being performed.
A trivial example:

The new changes don't allow for this. Opening the same trivial sample plot in R2025A with the property inspector opened it doesn't present the datatips, zoom and pan selections.

To get to these, you have to deselect 'Select & Plot Edit' which immediately removes the ability to control the visibility of a line.

To restore it, it requires two actions, one to reselect the 'Select & Plot Edit' and then the 'More Properties' before driving back through the Property Inspector selections to get return to the line's visibility selection.
Note also I have to also pin the top menu which then removes space that the actual plot could take.
When using these tools on a daily basis, this is unnecessarily irksome.
This was Matlab's response:
Thank you very much for providing the detailed explanation. We appreciate your feedback as it helps us continuously improve the product.
I have submitted this request to our development team, who will consider how best to address the inefficiency introduced by this change. I do apologise for the inconvenience caused by this.
Given the information above, I will close this case as "Request Submitted". The investigation from the Technical Support perspective is complete. However, from the Development perspective, the matter is still actively being investigated by MathWorks and will be considered for a future release / update. Should this be addressed, the status of the case will change to "Request Complete", and you will receive an automatic notification email from us.
However, if you have any further questions or concerns regarding this change, or if you come across any additional information, please do not hesitate to get back in touch, and I will be happy to assist further.
A recent request for an update has resulted in the following response:
The development team is aware of the request that I submitted on your behalf and will consider how best to address it. Unfortunately, I am not able to provide you with a timeline or details of the development team's investigation.
However, as I mentioned previously, should it be addressed, you will receive an automatic notification from us.
13 Kommentare
Nigel
am 14 Aug. 2025
Dave
am 14 Aug. 2025
@Afiq Azaibi Sometimes I do have the screen real-estate but other times I am constrained to work on a laptop screen. The ability to open and close the plot browser helped a lot in the latter case.
道明
am 12 Sep. 2025 um 5:17
It's very difficult to use now, why abandon the previous version
It would be great if there were intuitive operations like Origin
0 Kommentare
Siehe auch
Kategorien
Mehr zu Data Exploration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!