"""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*...
@maartenbreddelsthis is becoming less critical for ipympl, we're looking into always putting a static version of the plot inmatplotlib/ipympl#343 Sorry, something went wrong. Copy link bloiscommentedSep 23, 2021 Rather than a hook on save would it be possible to have an API likewidget....