Change marker size in clabel/contour
조회 수: 1 (최근 30일)
이전 댓글 표시
How do I change the + marker size when using clabel to create vertical text labels?

댓글 수: 0
답변 (1개)
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!