jwkvam/celluloid

Doesn't animate title

Opened this issue · 3 comments

It seems the title is not being animated as the rest of the figure.
In my usage, it just displayed the last value during all video.

It's kind of buried at the bottom of the readme. Let me know if you still have issues, I'll leave this open to help with discoverability.
https://github.com/jwkvam/celluloid#limitations

It's kind of buried at the bottom of the readme. Let me know if you still have issues, I'll leave this open to help with discoverability.
https://github.com/jwkvam/celluloid#limitations

thanks, but where does ax come from? It is not defined in the example on the README nor on the Stack Overflow

EDIT:
Don't bother. I figured it out. I have to use "fig, ax = plt.subplots()"
BTW, it's better for you to fix this on the examples.

I sent a PR to fix it
#10