Change marker size in clabel/contour

2 views (last 30 days)
MATLABer
MATLABer on 20 Oct 2015
Commented: ABDUL AZEEZ S on 23 Jul 2020
How do I change the + marker size when using clabel to create vertical text labels?

Answers (1)

TastyPastry
TastyPastry on 20 Oct 2015
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 Comments
MATLABer
MATLABer on 22 Oct 2015
Edited: MATLABer on 22 Oct 2015
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 on 23 Jul 2020
edit the clabel programme in matlab directory

Sign in to comment.

Categories

Find more on Contour Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!