Skip to content

jonathf/matplotlib-sixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A sixel graphics backend for matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%