daleroberts / itermplot

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

After clf() the reverse video option is forgotten #20

Closed crosset closed 7 years ago

crosset commented 7 years ago

All information is in the title. Workaround: use close() instead of clf() to make a new figure, it works fine.

daleroberts commented 7 years ago

Fixed! clf() should now work and retain reverse video. Update with pip install -U itermplot

Could you test and confirm before I close this? Thanks.

crosset commented 7 years ago

I confirm (a bit late) it is working fine. Thanks a lot for your work!