
Does MATLAB still allow for the use of Property Inspector to edit axis labels?
7 views (last 30 days)
Show older comments
I am attempting to edit the Y-axis labels and ticks in a plot using the Property Inspector, in MATLAB 2023b. I am able to alter the labels and tick marks in the Property Inspector window. However, the changes do not get applied to the figure.
In previous versions of MATLAB, the user changes were applied when the user pushed the Apply and OK buttons in the Edit Axes Ticks window.
Although it appears this topic has been brought up several times, I can’t find a link to a possible resolution to this issue.
Assuming we can still apply updated Axes and Axes Ticks values, using the Property Inspector, does anyone have a link containing this solution?
Thank You
0 Comments
Accepted Answer
Yash
on 19 Jan 2025
Property Inspector works as intended in MATLAB R2023b. I am able to modify labels and ticks in a plot using Property Inspector. For example, to modify Y-axis label, click on the YLabel and enter the string in the text box. Click outside the text box for the string to reflect in the plot.

If the above method doesn't work, try running the below commands:
rehash toolboxcache
rehash path
More Answers (0)
See Also
Categories
Find more on Axis Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!