is there any way to did not show the grid of pcolor plot?
이전 댓글 표시
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?
답변 (1개)
David Sanchez
2014년 9월 18일
I think you should try:
grid off
after you call pcolor
댓글 수: 2
David Sanchez
2014년 9월 18일
If what you want is to get rid of the axis:
axis off
Genhou
2014년 9월 22일
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!