itermplot icon indicating copy to clipboard operation
itermplot copied to clipboard

Using ITERMPLOT=rv cycles between black and white axis labels

Open r-zip opened this issue 7 years ago • 1 comments

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

r-zip avatar Aug 10 '18 20:08 r-zip

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.

djnym avatar Jul 06 '21 21:07 djnym