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!