Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/domitry/matascii
- Owner: domitry
- License: other
- Created: 2015-12-25T13:55:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T13:58:03.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T16:47:04.867Z (3 months ago)
- Language: Jupyter Notebook
- Size: 26.4 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```