Can a text statement be put on a contour plot?
Show older comments
I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.
Answers (1)
Walter Roberson
on 27 Mar 2013
Give your text() a small Z value such as
text(40,50, .1, 'comment')
2 Comments
David Koenig
on 28 Mar 2013
Mahdi
on 28 Mar 2013
Please accept this answer if it solved your problem.
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!