is there any way to did not show the grid of pcolor plot?

32 Ansichten (letzte 30 Tage)
Genhou
Genhou am 18 Sep. 2014
Kommentiert: Genhou am 22 Sep. 2014
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?

Antworten (1)

David Sanchez
David Sanchez am 18 Sep. 2014
I think you should try:
grid off
after you call pcolor
  2 Kommentare
Genhou
Genhou am 22 Sep. 2014
thank you for your reply,but it did not work.
i found another way to do it. the code is : H = pcolor(1:400,1:400, Norm_sumFP(1:400,1:400)); set(H,'edgecolor','none')

Melden Sie sich an, um zu kommentieren.

Kategorien

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by