Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 550 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 550 Bytes

matascii

ASCII back-end for matplotlib

Demo

Installation

git clone https://github.com/domitry/matascii.git
cd matascii
python setup.py

How to use

from matplotlib import pylab
import matascii
pylab.switch_backend("module://matascii")

# some lines here

pylab.show()
# or pylab.savefig("hoge.txt")