13 lines
178 B
Markdown
13 lines
178 B
Markdown
# graf
|
|
|
|
Simple project for testing render matplotlib as base64 image
|
|
|
|
|
|
```bash
|
|
git clone https://git.lucasf.dev/public/graf.git
|
|
cd graf
|
|
poetry shell
|
|
poetry install
|
|
make run
|
|
```
|
|
|