Home

Awesome

Matplotlib-sixel backend

A matplotlib backend which outputs sixel graphics onto the terminal. The code is inspired by the ipython-notebook matplotlib backend.

TODO:

Dependencies

Installation

python setup.py install

Usage

import matplotlib
matplotlib.use('module://matplotlib-sixel')
from pylab import *
plt.plot(sin(arange(100) / 10))
show()

# --> now shows the plot inside the xterm window