How can i have contour lines invisible in contourf?
Mostra commenti meno recenti
Lately I purchased a 2017a student licence. Until then I used the institution's licence for 2016a where I could have lines invisible by setting "linewidth" to zero. The 2017a version alerts for error when I use this method. Is there another way to make the lines invisable?
1 Commento
KSSV
il 11 Giu 2017
If you want to make lines invisible...why to plot in first place?
Risposta accettata
Più risposte (1)
Stalin Samuel
il 11 Giu 2017
[cs,hc]=contourf(args);
set(hc,'EdgeColor','none')
Categorie
Scopri di più su Contour Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!