Can a text statement be put on a contour plot?
4 views (last 30 days)
Show older comments
I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.
0 Comments
Answers (1)
Walter Roberson
on 27 Mar 2013
Give your text() a small Z value such as
text(40,50, .1, 'comment')
2 Comments
See Also
Categories
Find more on Contour Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!