You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code leads to a fatal Floating Point Exception 8 error with Matplotlib 2.0:
In [1]: importnumpyasnpIn [2]: im=plt.imshow(np.random.random((128,128)))
In [3]: im.set_data([[]])
In [4]: /Users/tom/miniconda3/envs/dev/lib/python3.6/site-packages/matplotlib/image.py:327: RuntimeWarning: dividebyzeroencounteredindouble_scalarsin_bbox.width/A.shape[1],
Floatingpointexception: 8
which then causes the Python session to end. This is a regression in 2.0, as it worked in 1.5.
The text was updated successfully, but these errors were encountered:
The following code leads to a fatal Floating Point Exception 8 error with Matplotlib 2.0:
which then causes the Python session to end. This is a regression in 2.0, as it worked in 1.5.
The text was updated successfully, but these errors were encountered: