How to change color of x and y axis by red and blue

23 visualizaciones (últimos 30 días)
Atom
Atom el 7 de Mayo de 2013
I want to change the color of each axis by red & blue?
x=0:.1:1
axis([0 1 0 1]);
y=x.*(1-x);
plot(x,y,'g');
hold on
line([0 0], [0 1]);
hold on
line([0 1], [0 0]);

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 7 de Mayo de 2013
set(gca,'xcolor','r','ycolor','b')

Más respuestas (0)

Categorías

Más información sobre Data Exploration 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