How do I include figure text outside the plot in matplotlib animated chart?
I am trying to include a figure text outside the plot @(0.15, -0.25). This works in a normal chart. But when I try yo animate this, it gets eliminated. Basically anything that is outside the plot (perhaps with a tolerance margin) is getting eliminated, since I see the same issue with legend in bbox outside the plot. I am not able to figure out how set_animated flag is supposed to work.
Here is the extract of the relevant code. Will be happy if someone can help me with this.
rgds
Nitin