show partically blokced x-axis
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
This code shows a partically blocked x-axis, because of the statement "ylim(yl)" trimming the y-axis limit. How do I make the x-axis show? Thanks.
2 comentarios
Walter Roberson
el 22 de Dic. de 2011
Which code? And please expand on what you mean by "a partially blocked x-axis" ?
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Respuestas (3)
Matt Tearle
el 22 de Dic. de 2011
Quick fix: set(gca,'Layer','top')
Cheap'n'dirty -- that's me :)
0 comentarios
Honglei Chen
el 22 de Dic. de 2011
Hi Hugh,
This is because the axis mode is still 'Auto'. I would suggest you to do the following when adjusting the y axis
axis manual
ylim(yl)
HTH
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!