Stream plot not working in interactive mode with spyder 3.2.7

Hi all,

It appears that the interactive mode when using stream.plot() is not working with spyder 3.2.7. Inline plot works fine. Do you have any idea how to fix this?

Thanks a lot, cheers,

Christian

Hi Christian,

hmm - this might be the same issue we've been seeing with some jupyter
notebook installations recently. Can you try to use
`stream.plot(handle=True)` or `stream.plot(handle=True).show()`?

Cheers!

Lion