<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Just installed v3.0.1 and indeed, this appears to have solved my issue. No bouncing little rockets and no “Python (not responding)" from the Activity Monitor<div class=""><br class=""></div><div class="">Thanks,</div><div class="">Ulf<br class=""><div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font color="#2c38ff" face="Papyrus" class=""><b class="">Sent from my Mac...</b></font></div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font color="#2c38ff" face="Papyrus" class=""><b class="">Ulf Johansson</b></font></div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font color="#2c38ff" face="Papyrus" class=""><b class=""><a href="mailto:ulfjoh1523@yahoo.com" class="">ulfjoh1523@yahoo.com</a></b></font></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline">
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Oct 20, 2018, at 8:16 PM, Benjamin Root <<a href="mailto:ben.v.root@gmail.com" class="">ben.v.root@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">There are some bugfixes in master and slated for v3.0.1 (soon-ish) that may be relevant for your situation. Could you try installing from the master branch?<br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Fri, Oct 19, 2018 at 5:19 PM Ulf Johansson via Matplotlib-users <<a href="mailto:matplotlib-users@python.org" class="">matplotlib-users@python.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space" class=""><div class="">Thanks Joe!</div><div class=""><br class=""></div><div class="">Changing the backend from “macosx" to “tkagg” had no real impact - just that little rocket now bouncing closer to the center of the dock.</div><div class="">The only recent, i.e. potentially relevant update I have made is updating to Matplotlib to 3.0</div><div class=""><br class=""></div><div class="">It seems like the “missing” json-fies, generating a 404 GET when I run Jupyter, are related to scripting</div><div class=""><br class=""></div>Thanks,<div class="">Ulf<br class=""><div class="">
<div dir="auto" style="word-wrap:break-word;line-break:after-white-space" class=""><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font color="#2c38ff" face="Papyrus" class=""><b class="">Sent from my Mac...</b></font></div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font color="#2c38ff" face="Papyrus" class=""><b class="">Ulf Johansson</b></font></div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font color="#2c38ff" face="Papyrus" class=""><b class=""><a href="mailto:ulfjoh1523@yahoo.com" target="_blank" class="">ulfjoh1523@yahoo.com</a></b></font></div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><br class=""></div><br class="m_154288950747905580Apple-interchange-newline"></div><br class="m_154288950747905580Apple-interchange-newline">
</div>
<div class=""><br class=""><blockquote type="cite" class=""><div class="">On Oct 19, 2018, at 2:54 PM, Joe Kington <<a href="mailto:joferkington@gmail.com" target="_blank" class="">joferkington@gmail.com</a>> wrote:</div><br class="m_154288950747905580Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class="">It looks like you might have things configured to default to a different backend than normal.  Are you running things inside of a notebook?  It looks like it's trying to run one of the web-based backends by default, and that backend can't set things up correctly.<br class=""></div><div class=""><br class=""></div><div class="">What happens if you do:</div><div class=""><br class=""></div><div class="">python -c "import matplotlib; matplotlib.use('tkagg'); import matplotlib.pyplot as plt"</div><div class=""><br class=""></div><div class="">Or equivalently, try doing:</div><div class=""><br class=""></div><div class="">import matplotlib</div><div class="">matplotlib.use('tkagg')</div><div class="">import matplotlib.pyplot as plt</div><div class=""><br class=""></div><div class="">fig, ax = plt.subplots()</div><div class="">ax.plot(range(10))</div><div class="">plt.show()</div><div class=""><br class=""></div><div class="">If these type of examples work, have a look at which backend you have things set up to use: <a href="https://matplotlib.org/faq/usage_faq.html#what-is-a-backend" target="_blank" class="">https://matplotlib.org/faq/usage_faq.html#what-is-a-backend</a>.  <br class=""></div><div class=""><br class=""></div><div class="">Hope that helps,</div><div class="">-Joe<br class=""></div></div></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Fri, Oct 19, 2018 at 1:39 PM ulfjoh1523 via Matplotlib-users <<a href="mailto:matplotlib-users@python.org" target="_blank" class="">matplotlib-users@python.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="">
Have a problem that is driving me nuts, and have narrowed it down to pyplot,<br class="">
and anything depending on pyplot.<br class="">
<br class="">
This command works fine:<br class="">
import matplotlib as mpl<br class="">
<br class="">
But when I run<br class="">
import matplotlib.pyplot as plt<br class="">
<br class="">
The python icon in docks starts jumping up and down and I get:<br class="">
[Error] Failed to load resource: the server responded with a status of 404<br class="">
(Not Found) (preact.min.js.map, line 0)<br class="">
[Error] Failed to load resource: the server responded with a status of 404<br class="">
(Not Found) (preact-compat.min.js.map, line 0)<br class="">
[Error] Failed to load resource: the server responded with a status of 404<br class="">
(Not Found) (index.js.map, line 0)<br class="">
<br class="">
Running Python 3.7, Matplotlib 3.0 on a Mac OS High Sierra, and all worked<br class="">
fine up till just recently<br class="">
<br class="">
Any ideas anyone?<br class="">
<br class="">
<br class="">
<br class="">
--<br class="">
Sent from: <a href="http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html" rel="noreferrer" target="_blank" class="">http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html</a><br class="">
_______________________________________________<br class="">
Matplotlib-users mailing list<br class="">
<a href="mailto:Matplotlib-users@python.org" target="_blank" class="">Matplotlib-users@python.org</a><br class="">
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank" class="">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></div>_______________________________________________<br class="">
Matplotlib-users mailing list<br class="">
<a href="mailto:Matplotlib-users@python.org" target="_blank" class="">Matplotlib-users@python.org</a><br class="">
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank" class="">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></body></html>