Change marker size in clabel/contour
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How do I change the + marker size when using clabel to create vertical text labels?

0 comentarios
Respuestas (1)
TastyPastry
el 20 de Oct. de 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 comentarios
Ver también
Categorías
Más información sobre Contour Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!