Hi, when I plot onto a GUI axes, the tick marks are outside the axes's boundaries. Is there any way to bring them all inside?
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/44689#comment_91898
check the axex position
http://www.mathworks.com/matlabcentral/answers/44689#comment_91908
The positions are where I want them to be, but the ticks are outside the white area and overlap onto other GUI components.
No products are associated with this question.
Try setting the TickDir property of the axes to 'in'
http://www.mathworks.com/matlabcentral/answers/44689#comment_91928
It's set to 'in' by default and does not solve the problem :(
Direct link to this answer:
http://www.mathworks.com/matlabcentral/answers/44689#answer_54775
Contact us
2 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/44689#comment_91898
check the axex position
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/44689#comment_91908
The positions are where I want them to be, but the ticks are outside the white area and overlap onto other GUI components.