daleroberts / itermplot

An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
1.49k stars 51 forks source link

Uninstall renders matplotlib unusable #7

Closed themightyoarfish closed 7 years ago

themightyoarfish commented 7 years ago

In order for matploblib to be usable again after uninstall, one must set the backend again. After pip uninstall itermplot and removing $MPLBACKEND, iPython still tries to use this backend. Running %pylab once in the console fixes the problem. This should be at least documented.

daleroberts commented 7 years ago

I've improved the documentation. Thanks for the comment @themightyoarfish