plotting with text display
Show older comments
I have a multi day graph, that I must present in 12 hour blocks.
Currently, my code creates the graph, labels the graph, and places several annotations on the graph with the text function at the appropriate places. Then the code continues on to "parse" the figure into the 12 hour intervals by setting the x-lim in a for loop.
Everything works fine and dandy except for the text annotations. These things are carried over from one part to another and end up outside a particular parsed graph. For example, if there was an annotation at the end of part 1 of the graph, it would show up again in part 2, except it would outside the axis lines.
does anyone have any clever suggestions as to how to get rid of the phantom annotations on the parts of the graph where they don't belong?
Thanks in advanced!
Accepted Answer
More Answers (0)
Categories
Find more on Annotations 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!