i had the same issue. qt5 looks just too good on a mac retina screen, so downgraded matplotlib.
pip2 uninstall matplotlib
pip2 install matplotlib==2.0.0
as suggested above
i had the same issue. qt5 looks just too good on a mac retina screen, so downgraded matplotlib.
pip2 uninstall matplotlib
pip2 install matplotlib==2.0.0
as suggested above
or try upgrading to 2.1.2. (The release notes say âfixes a recursive draw bug and a major performance regression in Qt5Agg backendâ.)
Seems to work on my machines (0.6.2, Win 10)
thanks @Paul_Soderlind thatâs good to know. my strategy is, however: donât touch PyPlot while itâs working so will leave at that for now.