Effacer les filtres
Effacer les filtres

Contourf colorbar control :white and rainbow

2 vues (au cours des 30 derniers jours)
Utsav
Utsav le 30 Mai 2016
Commenté : Utsav le 30 Mai 2016
I have following plot with contourf, I used command contourf(dd,Z,SS); SS in the matrix
I need SS<5 to be displayed in white and above 5 in rainbow palette.
SS(SS<=5) = NaN; gives scissorcut image much to my chagrin
Please help friends!
  1 commentaire
Utsav
Utsav le 30 Mai 2016
I could find out the answer in the link
reply by Alessandro Toso
[hC hC] = contourf(interp2(e_av,2,'spline'),[0.12:0.01:0.3]); > set(hC,'LineStyle','none'); > colorbar;

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by