FuncAnimation for multiple users

31 views
Skip to first unread message

etikh...@gmail.com

unread,
Dec 13, 2016, 5:35:43 PM12/13/16
to Project Jupyter
I created strip chart using FuncAnimation but it is updating only for the first instance. As soon as I open another browser window the first plot stops updating.
Is it supposed behavior for Jupyter Notebook or I miss something?

Thomas Caswell

unread,
Dec 21, 2016, 12:07:23 AM12/21/16
to Project Jupyter
Can you provide a minimal code example and which backend are you using?

etikh...@gmail.com

unread,
Jan 17, 2017, 3:34:59 PM1/17/17
to Project Jupyter
More exactly, if I use the same account in another browser, i.e. the same notebook server instance.
At the top I have:

%matplotlib notebook

and animation works fine with simple call:

ani = animation.FuncAnimation(fig, animate)
plt.show()

Adding another parameter doesn't change the behavior
Reply all
Reply to author
Forward
0 new messages