text out on axes
Show older comments
I load an image onto an axes and want to display text in the top left hand corner. As I often display the image at different zoom factors, using the text using x,y wont work for all Zoom factors. Is there away to say irrespective of zoom, always plot at a certain coordinate on the underlying axes?
Accepted Answer
More Answers (1)
Image Analyst
on 10 Oct 2014
1 vote
Can't you just divide the x,y by the zoom factor and text() it with those adjusted coordinates?
Categories
Find more on Data Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!