Show the xticks in the view of 2D
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ying Wu
el 6 de Oct. de 2021
Comentada: Star Strider
el 6 de Oct. de 2021
Hi, I use surf to plot a 3D surface, see below
And I want to see it in 2D view, so I use view(2), and I get the figure below.
But for this 2D contour, xticks disappear (only 5, 10, ... show but no tick marks).
I guess it is due to some settings in 3D surface. Could anyone help me to solve this problem to make it like a general 2D figure? Thanks!
0 comentarios
Respuesta aceptada
Star Strider
el 6 de Oct. de 2021
The default tick direction is 'in', so the x-ticks are not visible in the second plot.
.
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots 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!