Why is my plotting background messed up?
Afficher commentaires plus anciens
Hey everyone. For some reason, when I try to plot, it plots fine, but the background color of the plot is yellow.
Can anyone tell me why and how to get it back to the default white/gray background?<>
Réponses (1)
Matt Fig
le 2 Nov 2012
What commands do you use to create the plot?
set(gca,'color','w')
2 commentaires
Benjamin Clenney
le 2 Nov 2012
Matt Fig
le 2 Nov 2012
set(gcf,'color',[.8 .8 .8])
If your question has been answered, please accept the answer.
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!