stem and set function: A question

1 visualización (últimos 30 días)
Sabbas
Sabbas el 5 de Sept. de 2012
Dear all,
I have
subplot(2, 1, i)
z= stem(h);
set(z, 'Marker', 'none')
Is it possible to increase the thickness of the lines for this plot and use red color for the lines?
thanks

Respuesta aceptada

Matt Fig
Matt Fig el 5 de Sept. de 2012
Editada: Matt Fig el 5 de Sept. de 2012
set(z,'linewidth',6,'color','r')
  3 comentarios
Matt Fig
Matt Fig el 5 de Sept. de 2012
Hi Azzi, I must have posted while you were writing!
Azzi Abdelmalek
Azzi Abdelmalek el 5 de Sept. de 2012
Hi Mat, exactly

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by