Thursday, 22 August 2013

Scroll backwards and forwards through matplotlib plots

Scroll backwards and forwards through matplotlib plots

My code produces a number of plots from data using matplotib and I would
like to be able to scroll forwards and backwards through them in a live
demonstration (maybe by pressing the forwards and backwards keys or using
the mouse). Currently I have to save each one as an image separately and
then use a separate image viewer to scroll through them. Is there any way
of doing this entirely from within python?

No comments:

Post a Comment