daleroberts / itermplot

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

Plots turn brown when resizing the iTerm2 window #29

Open tamasgal opened 6 years ago

tamasgal commented 6 years ago

As the title says, the plots turn brown when the iTerm2 window is resized.

This is on macOS 10.13, iTerm2 (3.1.5) and Python 3.6.1 using itermplot 0.20.

screen shot 2018-01-22 at 16 59 46

daleroberts commented 6 years ago

It seems that ipython is doing something to the terminal when the window resizes. This doesn't happen when you run a script outside of ipython (other problems happen). Unfortunately I think this bug is out of my control...