Change marker size in clabel/contour

조회 수: 1 (최근 30일)
MATLABer
MATLABer 2015년 10월 20일
댓글: ABDUL AZEEZ S 2020년 7월 23일
How do I change the + marker size when using clabel to create vertical text labels?

답변 (1개)

TastyPastry
TastyPastry 2015년 10월 20일
You can put additional options in your call to clabel(). To change the font size:
clabel(c,h,'fontsize',%a scalar greater than 0)
  댓글 수: 2
MATLABer
MATLABer 2015년 10월 22일
편집: MATLABer 2015년 10월 22일
Thanks for your response. I was able to use the 'fontsize' option to change the text font size. However, how do I change the marker size?
ABDUL AZEEZ S
ABDUL AZEEZ S 2020년 7월 23일
edit the clabel programme in matlab directory

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by