"""A simple `FuncAnimation` example: figure() vs Figure() Performance"""importnumpyasnpimportmatplotlib.pyplotaspltimportmatplotlib.animationasanimationfromtqdm.autoimporttqdmimporttimeplt.style.use("ggplot")# set plot stylefig,ax=plt.subplots()# this creates a figure() instancex=np.arange(0,2*...
Of course,matplotlib/ipympl#16andmatplotlib/ipympl#294andmatplotlib/ipympl#150are related as well, and big motivation for this from@martinRenou's side I think. martinRenou and gsaurabhr reacted with thumbs up emojiianhi reacted with heart emoji ...