celluloid icon indicating copy to clipboard operation
celluloid copied to clipboard

Text is not animated

Open renatobellotti opened this issue 5 years ago • 1 comments

I am trying to plot some iterative algorithm. I have multiple subplots and want to annotate the entire figure with a text Iteration <i> where i is an integer.

The text of all frames is displayed over each other instead of just one text per plot.

renatobellotti avatar Aug 26 '20 11:08 renatobellotti

The issue only appears if fig.text() is called, not with ax.text()

renatobellotti avatar Aug 26 '20 12:08 renatobellotti