labelling figures
6 次查看(过去 30 天)
显示 更早的评论
Say that I have 3 subplots and I want to label the first subplot as (a) the second as (b) and the third as (c). I want the label to be in the NorthWest corner. Is this possible without using the text command and having to manually insert the text yourself.
2 个评论
回答(1 个)
Rick Rosson
2012-3-21
You can easily automate the location of the text by using the get function to find out the x- and y- limits of the axes, and then using this information to specify the location and extent of the text.
Alternatively, you can change the units of measure that are used to locate the text to normalized, and then specify the location in the upper right corner.
HTH.
Rick
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!