Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 935 Bytes

README.rst

File metadata and controls

37 lines (24 loc) · 935 Bytes

Matplotlib-sixel backend

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

./demo.png

Dependencies

Installation

pip install matplotlib-sixel

Configuration

the backend has to be altered. Either in your python session with:

import matplotlib
matplotlib.use('module://sixel')

or in your matplotlibrc file:

backend: module://sixel

To get the colors in the demo above, you can copy this matplotlibrc and make it your own.