stem and set function: A question

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

 採用された回答

Matt Fig
Matt Fig 2012 年 9 月 5 日
編集済み: Matt Fig 2012 年 9 月 5 日

0 投票

set(z,'linewidth',6,'color','r')

3 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 9 月 5 日
set(z,'linewidth',6,'color','r')
Matt Fig
Matt Fig 2012 年 9 月 5 日
Hi Azzi, I must have posted while you were writing!
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 9 月 5 日
Hi Mat, exactly

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDescriptive Statistics and Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by