MATLAB: Do the axes properties not get fully displayed in the Property Editor in MATLAB 7.0 (R14) under Linux

axesclippeddisplayeditorMATLABprerelease14property

Why do the axes properties not get fully displayed in the Property Editor in MATLAB 7.0 (R14) under Linux?
Here are the steps that reproduce this problem:
1) Type the following at the MATLAB prompt:
plot(1:10)
2) Select the "Edit Plot" icon.
3) Right-click on the axes of the plot, and select "Properties" from the drop down menu.
The properties in the "X-Axis" tab do not get fully displayed.

Best Answer

This is a bug in MATLAB 7.0 (R14) in the way that the properties are displayed in the Property Editor.
Currently, to work around this issue, increase the size of your figure until the properties are fully displayed.