scrublet
scrublet copied to clipboard
Scrublet disables my figures
I'm seeing a weird bug where all of my figures disappear when I run Scrublet. It comes with this error message:
UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
pl.show()
If I create at least one figure BEFORE I run scrublet then all of my other figures can be seen even though they have the same error message as above. Any idea what is happening here?
Thank you!
Same happening here. Importing scrublet
renders matplotlib
unable to show plots.
+1 Any solutions or insights into this issue? AFAIK there is nothing in the code when scrublet is loaded which explains this behavior. For me plots are not shown, even if I create one plot before importing scrublet.