stem and set function: A question

1 Ansicht (letzte 30 Tage)
Sabbas
Sabbas am 5 Sep. 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

Akzeptierte Antwort

Matt Fig
Matt Fig am 5 Sep. 2012
Bearbeitet: Matt Fig am 5 Sep. 2012
set(z,'linewidth',6,'color','r')
  3 Kommentare
Matt Fig
Matt Fig am 5 Sep. 2012
Hi Azzi, I must have posted while you were writing!
Azzi Abdelmalek
Azzi Abdelmalek am 5 Sep. 2012
Hi Mat, exactly

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Descriptive Statistics and Visualization finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by