matplotlib-sixel icon indicating copy to clipboard operation
matplotlib-sixel copied to clipboard

A sixel graphics backend for matplotlib

Results 1 matplotlib-sixel issues
Sort by recently updated
recently updated
newest added

Hi sir, It seems this module doesn't work with current libsixel anymore. I tested on iTerm2 which supports sixel. ``` >>> import matplotlib >>> matplotlib.use('module://matplotlib-sixel') >>> from pylab import *...