is there any way to did not show the grid of pcolor plot?
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I have a problem of drawing the pcolor plot. I wonder is there a way to enable a pcolor plot without showing the grid lines, since the pcolor plot becomes difficulty to recognize,if there are too many grid lines in a pcolor plot?
0 comentarios
Respuestas (1)
David Sanchez
el 18 de Sept. de 2014
I think you should try:
grid off
after you call pcolor
2 comentarios
David Sanchez
el 18 de Sept. de 2014
If what you want is to get rid of the axis:
axis off
Ver también
Categorías
Más información sobre Annotations 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!