Zooming plots in SWAN Notebook

Hi,

I have a question about presenting results in SWAN notebooks. Is there any possibility to add an interactive zoom to matplotlib plots in SWAN? I would like to have a possibility to zoom the results similarly, as when producing matplotlib plots in LiClipse, where this occurs automatically. Or should I use another package for plotting?

I will be grateful for your suggestions.
Kind regards,
Agnieszka

Hello,
It is possible to interactively zoom in matplotlib plots from a notebook, by adding %matplotlib widget at the beginning of a cell.

Unfortunately that feature has now a bug in SWAN with the newest software stack (100) that we are trying to solve:

You can still use 97a as software stack and the interactive zoom should still work.