celluloid
celluloid copied to clipboard
Text is not animated
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.
The issue only appears if fig.text() is called, not with ax.text()