update axis numbers in animation with blitting

In the MPL animation example animate_decay.py (
https://matplotlib.org/2.0.2/examples/animation/animate_decay.html), the
x-axis numbers update when the plot dynamically rescales the x-axis, but
this only works properly with blitting turned off. Is there simple a way
to update the x-axis labels when blitting is turned on?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20170706/bf3213bc/attachment.html>

David,

Not easily, no. More importantly, if you're redrawing tick labels, you're
really eliminating the performance boost blitting.

Ryan

···

On Thu, Jul 6, 2017 at 11:11 AM, David J Pine <djpine at gmail.com> wrote:

In the MPL animation example animate_decay.py (
animation example code: animate_decay.py — Matplotlib 2.0.2 documentation), the
x-axis numbers update when the plot dynamically rescales the x-axis, but
this only works properly with blitting turned off. Is there simple a way
to update the x-axis labels when blitting is turned on?

--
Ryan May
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20170706/7e789750/attachment.html&gt;