How to colour plot grey

4 visualizaciones (últimos 30 días)
Prince Igweze
Prince Igweze el 12 de Dic. de 2019
Respondida: Fangjun Jiang el 12 de Dic. de 2019
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 comentarios
Fangjun Jiang
Fangjun Jiang el 12 de Dic. de 2019
figure background, axis or line?
Prince Igweze
Prince Igweze el 12 de Dic. de 2019
figure

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by