stem and set function: A question

1 visualizzazione (ultimi 30 giorni)
Sabbas
Sabbas il 5 Set 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

Risposta accettata

Matt Fig
Matt Fig il 5 Set 2012
Modificato: Matt Fig il 5 Set 2012
set(z,'linewidth',6,'color','r')
  3 Commenti
Matt Fig
Matt Fig il 5 Set 2012
Hi Azzi, I must have posted while you were writing!
Azzi Abdelmalek
Azzi Abdelmalek il 5 Set 2012
Hi Mat, exactly

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Descriptive Statistics and Visualization in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by