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

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 Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

질문:

2012년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by