Can a text statement be put on a contour plot?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.
0 comentarios
Respuestas (1)
Walter Roberson
el 27 de Mzo. de 2013
Give your text() a small Z value such as
text(40,50, .1, 'comment')
2 comentarios
Ver también
Categorías
Más información sobre Contour Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!