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 で Grid Lines, Tick Values, and Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!