Plot browser in R2025a?
369 ビュー (過去 30 日間)
古いコメントを表示
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.
7 件のコメント
Markus Leuthold
2025 年 9 月 10 日 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
DH
2025 年 10 月 2 日 12:25
I, too, need the Plot Browser. I tried the Property Inspector, and so far I haven't been able to find how to hide a trace.Even if I find it, it is too complicated. I've been using the Plot Browser for years, and this new version of Matlab is less useful than the older version I was using.
採用された回答
Adam Danz
2025 年 5 月 29 日
編集済み: Adam Danz
2025 年 5 月 29 日
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 件のコメント
Jason
2025 年 8 月 19 日
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
2025 年 9 月 15 日 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.
その他の回答 (2 件)
Nigel
2025 年 8 月 12 日
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.
14 件のコメント
Dave
2025 年 8 月 14 日
@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.
Charles
2025 年 10 月 8 日 18:56
Perfectly done -- I really hope Mathworks looks into this and returns the Plot Browser functionality. In my mind, there is no good reason to get rid of perfectly useful functionality like this. It's like Apple removing the headphone jack.
道明
2025 年 9 月 12 日 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
2 件のコメント
MAHSA
2025 年 10 月 7 日 15:10
I was dealing with this issue whole the day. Eventually I found this page! It is not convenient to work with the new figure window and customize the plots. I miss the plot browser!
Nader
約10時間 前
I have to say I do regret upgrading to the new version. when it comes to plotting, I find the new version really inefficient. In the previous versions of MATLAB, we could easily manipulate plots, or only plot portion of the plot by changing the X and Y axes min and max. Please bring back the old plotting editor/browser.
参考
カテゴリ
Help Center および File Exchange で Graphics Object Properties についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!