This has been on my radar for a while, but Iikely won't have time to think about this for several months. If you want to take this on, I think that would be great.<br><br>As for difficulty, I'd say moderate to hard. There would need to be a design discussion about the proper way to hook into matplotlib and select a backend.  This needs to happen using matplotlib's OO interface, outside of pyplot, unless we can figure out a way to not crash Python when we try to use an interactive backend on a headless session.<br><br>Once that happens, it should only be necessary to select the correct FigureCanvas subclass and attach it to the plot object.<br><br>FWIW, there's an issue for this here: <br><br><a href="https://bitbucket.org/yt_analysis/yt/issue/660/support-for-interactive-mpl-backends">https://bitbucket.org/yt_analysis/yt/issue/660/support-for-interactive-mpl-backends</a><br><br><div class="gmail_quote">On Tue, Nov 25, 2014 at 8:04 PM John ZuHone <<a href="mailto:jzuhone@gmail.com">jzuhone@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi gang,<br>
<br>
I got an inquiry about using the PlotWindow plot show() method outside of the notebook. How hard would it be to extend this to other matplotlib backends, so that a window pops up on the screen when you want to see a plot, but aren't in the notebook?<br>
<br>
Obviously matplotlib does this already, so it's a matter of figuring out how to get it hooked up.<br>
<br>
Best,<br>
<br>
John Z<br>
<br>
Sent from John ZuHone's iPad<br>
______________________________<u></u>_________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-dev-spacepope.<u></u>org</a><br>
</blockquote></div>