daleroberts / itermplot

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

Using ITERMPLOT=rv cycles between black and white axis labels #33

Open r-zip opened 6 years ago

r-zip commented 6 years ago

The first plot rendered using ITERMPLOT=rv has white axes and labels, and every other cycles between black and white.

djnym commented 3 years ago

I fixed this by removing

https://github.com/daleroberts/itermplot/blob/master/itermplot/__init__.py#L302

Which seemed to be reseting the reversed flag each time.