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

2 Comments

figure background, axis or line?
figure

Sign in to comment.

 Accepted Answer

f=figure;
f.Color=[0.5, 0.5, 0.5]; %adjust the RGB for your shade of gray

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!