daleroberts / itermplot

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

Text color not inverted in reverse mode #13

Closed aluttik closed 7 years ago

aluttik commented 7 years ago

Black text on dark background with ITERMPLOT="rv":

screen shot 2017-01-18 at 8 19 49 pm
daleroberts commented 7 years ago

Strange, works for me. Is that script exactly the same as my example in the docs/ directory? Are you running version 0.17?

On Thu, Jan 19, 2017 at 3:23 PM, Arie van Luttikhuizen < notifications@github.com> wrote:

Black text on dark background with ITERMPLOT="rv": [image: screen shot 2017-01-18 at 8 19 49 pm] https://cloud.githubusercontent.com/assets/10134357/22093594/c24f43ba-ddbb-11e6-90a3-6dd8b31d0b1a.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daleroberts/itermplot/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjjJFRxlLD2_xlsM5C4omb-WN6H4Sjjks5rTuVXgaJpZM4LnsI4 .

aluttik commented 7 years ago

I installed it for the first time a few minutes ago and copy-pasted your example directly into git/itermplot_test.py.

Details:

$ sudo -H pip install -U itermplot
Successfully installed itermplot-0.17 matplotlib-2.0.0 numpy-1.12.0 pyparsing-2.1.10 python-dateutil-2.6.0 pytz-2016.10 subprocess32-3.2.7

I'm running Python 2.7.13 on OSX 10.10.5 Yosemite with iTerm2 Build 3.0.13.

daleroberts commented 7 years ago

Ok, I think I've fixed this Python 2 bug. Update to version 0.18: pip install -U itermplot

On Thu, Jan 19, 2017 at 3:37 PM, Arie van Luttikhuizen < notifications@github.com> wrote:

I installed it for the first time a few minutes ago and copy-pasted your example directly into that file git/itermplot_test.py you see there

$ sudo -H pip install -U itermplot Successfully installed itermplot-0.17 matplotlib-2.0.0 numpy-1.12.0 pyparsing-2.1.10 python-dateutil-2.6.0 pytz-2016.10 subprocess32-3.2.7

I'm running Python 2.7.13 on OSX 10.10.5 Yosemite with iTerm2 Build 3.0.13

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/daleroberts/itermplot/issues/13#issuecomment-273680307, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjjJIeRainoquu72nhxhmFtb40n0Kfjks5rTuiggaJpZM4LnsI4 .

aluttik commented 7 years ago

Wow, that was fast! It works great now.

screen shot 2017-01-18 at 8 58 41 pm

Thanks!

daleroberts commented 7 years ago

No problem, enjoy! :)

On Thu, Jan 19, 2017 at 4:00 PM, Arie van Luttikhuizen < notifications@github.com> wrote:

Wow, that was fast! It works great now.

[image: screen shot 2017-01-18 at 8 58 41 pm] https://cloud.githubusercontent.com/assets/10134357/22094248/f0573d94-ddc0-11e6-90a2-2054537386cd.png

Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/daleroberts/itermplot/issues/13#issuecomment-273682651, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjjJBqycE8rDzVLYjcwQecBYpGzU0o8ks5rTu3zgaJpZM4LnsI4 .