contourf with no isoline
187 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shani Gal
am 13 Feb. 2012
Kommentiert: Utility
am 20 Jun. 2022
Hi
How do I plot a contourf plot only with colors and no isolines?
"filled contour plot displays isolines calculated from matrix Z and fills the areas between the isolines using constant colors corresponding to the current figure's colormap"
I wish to have only the color between the isolines but no isolines..
Thanks
Shani
0 Kommentare
Akzeptierte Antwort
Andrew Newell
am 13 Feb. 2012
Here is an example of how to do it:
[C,h] = contourf(peaks(20),10);
set(h,'LineColor','none')
4 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Contour Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!