Matplot and tkinter non-blocking update

we are trying to update matplotlib chart in a tkinter UI. but we are getting blocked every time we call the animate function. we are using animation.FuncAnimation() to call the function each second. when we drag the UI we can see it being blocked every second while the charts are being updated. Is there another way of using matplotlib and tkinter without blocking? any example online? we have been searching but can’t find an example. Thank you

1 Like

Can you give a (minimal) example? It is hard to recommend alternatives to what you are doing with out knowing what you are currently doing :wink: .