Can a text statement be put on a contour plot?

7 views (last 30 days)
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
Walter Roberson on 27 Mar 2013
Give your text() a small Z value such as
text(40,50, .1, 'comment')

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!