stem and set function: A question

조회 수: 1 (최근 30일)
Sabbas
Sabbas 2012년 9월 5일
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일
set(z,'linewidth',6,'color','r')
  댓글 수: 3
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개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by