Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Bug report
Bug summary
Rocket icon appears in dock (and bounces) whenmatplotlib.pyplot
is imported after installing matplotlib 3.0. In previous versions, this didn't happen (and still doesn't withpython2
on the same machine)
Code for reproduction
importmatplotlib.pyplot
Actual outcome
Rocket icon appears in MacOS dock and bounces for a while.
Expected outcome
Nothing (no dock icon for previous versions).
Matplotlib version
- Operating system: MacOS
- Matplotlib version: 3
- Matplotlib backend: any (seems to happen no matter what is set in matplotlibrc)
- Python version: 3.7 (Python.org framework build)
Installed from pip.
I haven't seen any other complaints about this, so I suspect that there is something specific to my setup.
Perhaps related tothis ipython issue (but this happens even from the plain python3 REPL.) I