daleroberts / itermplot

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

png generation support #30

Closed zevlg closed 6 years ago

zevlg commented 6 years ago

makes itermplot usable by blink shell (https://github.com/blinksh/blink)

To enable png output export ITERMPLOT_PLOTFILE to plot.png

daleroberts commented 6 years ago

Looks good. Thanks! I like the mixin approach :-)