How to colour plot grey

49 次查看(过去 30 天)
Prince Igweze
Prince Igweze 2019-12-12
How can i make each of the three plots grey in colour.
Thanks
figure(1)
plot(Dmq1)
hold on
plot(Dmq)
hold on
plot(Dm)
hold on

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2019-12-12
f=figure;
f.Color=[0.5, 0.5, 0.5]; %adjust the RGB for your shade of gray

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by