You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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
|
|
|
|
```
|
|
|
|
|