40 import numpy as np 42 import matplotlib as mpl ---> 43 from matplotlib import _blocking_input, backend_bases, _docstring, projections 44 from matplotlib.artist import ( 45 Artist, ...
First, I'm not sure if this is a matplotlibor a jupyter bug, so I apologize if I'm posting at the wrong place. I'm having some problems with some code that used to work in a previous version of ...