daleroberts / itermplot

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

Not correct color in plt.colorbar() #18

Open pycckuu opened 7 years ago

pycckuu commented 7 years ago

Amazing work. Thanks.

Bug: I've noticed then you select "rv" mode in black terminal and plot contourf plots, then the colors for plt.colorbar() are not inverted.

daleroberts commented 7 years ago

Hi, could you give me a sample script that doesn't look good? I'm trying to decide what should be the desired behaviour for doing reverse video when a colorbar is present.

daleroberts commented 7 years ago

Any thoughts on this?