How to make 0 value at center colorbar?
37 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
LEONG SING YEW
il 29 Feb 2020
Commentato: LEONG SING YEW
il 1 Mar 2020
Hi i'm trying to replicate the surf plot on the left, currently my background for the surf plot is orange due to 0 value (look at the surf colorbar).
How can i make the 0 at the center of the colorbar? (similar to the left picture)
2 Commenti
dpb
il 29 Feb 2020
When want somebody to try to fiddle with a figure, it's always best to produce a minimal working example that will give them something to start from. Much more difficult to have to try to create/replicate something from scratch...doable, but most won't bother (like me... :) ).
Risposta accettata
Image Analyst
il 29 Feb 2020
I don't see a surf() plot. I see two images. Anyway to adjust the colorbar, use colormap() to create the colormap, and caxis() to say what value of your data should be at the top and bottom of the color bar.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Red in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!