daleroberts / itermplot

An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uninstall renders matplotlib unusable

themightyoarfish opened this issue · comments

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.

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