Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/domitry/matascii

ASCII back-end for matplotlib
https://github.com/domitry/matascii

Last synced: 14 days ago
JSON representation

ASCII back-end for matplotlib

Awesome Lists containing this project

README

        

# matascii

![](https://i.gyazo.com/8f02fc6f267c2f0d2e9a15e05f071d5b.png)

ASCII back-end for matplotlib

## Demo
* [Demo1](https://github.com/domitry/matascii/blob/master/Matascii.ipynb)
* [Christmas](https://github.com/domitry/matascii/blob/master/Christmas.ipynb)

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

## How to use
```python
from matplotlib import pylab
import matascii
pylab.switch_backend("module://matascii")

# some lines here

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