<div dir="ltr">That section assumes the prompt is either the plain python or IPython shell, both of which have machinery to hook up the input_hook below Matplotlib (which is required to have the figure to "be alive") and we install hooks to trigger re-draws when needed.<div><br></div><div>In your case you are inside of an input loop in the debugger.  For the figure to be live in that context something would need to be registered on the vscode side for the input hook.</div><div><br></div><div>It is my understanding that "framework build" in this context refers to how the linking to the system libraries is done.</div><div><br></div><div>Tom</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 7, 2020 at 12:44 PM jandyman <<a href="mailto:andy@voelkel.us" target="_blank">andy@voelkel.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">At this link:  <a href="https://matplotlib.org/faq/usage_faq.html#what-is-a-backend" rel="noreferrer" target="_blank">https://matplotlib.org/faq/usage_faq.html#what-is-a-backend</a><br>
<br>
Under the section talking about what an interactive plot is, I see this:<br>
<br>
"Assuming you are running version 1.0.1 or higher, and you have an<br>
interactive backend installed and selected by default, you should see a<br>
plot, and your terminal prompt should also be active; you can type<br>
additional commands such as:"<br>
<br>
That sounds like exactly what I want. <br>
<br>
Then, at this link: <a href="https://matplotlib.org/3.1.0/faq/osx_framework.html" rel="noreferrer" target="_blank">https://matplotlib.org/3.1.0/faq/osx_framework.html</a><br>
<br>
There is a description of using macosx as a framework. So I thought I'd be<br>
good to go.<br>
<br>
As a general comment, I didn't really see a good description on the GUI main<br>
loop issue and how various systems deal with it. That would be really handy<br>
to understand when trying to troubleshoot this sort of thing<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html" rel="noreferrer" target="_blank">http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html</a><br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr">Thomas Caswell<br><a href="mailto:tcaswell@gmail.com" target="_blank">tcaswell@gmail.com</a></div>