Why is my plotting background messed up?

2 次查看(过去 30 天)
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?<>

回答(1 个)

Matt Fig
Matt Fig 2012-11-2
What commands do you use to create the plot?
set(gca,'color','w')
  2 个评论
Benjamin Clenney
Benjamin Clenney 2012-11-2
I didn't use any set command.
That fixes the actual graph, how do I get the area around the graph back to gray?
Matt Fig
Matt Fig 2012-11-2
set(gcf,'color',[.8 .8 .8])
If your question has been answered, please accept the answer.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by