https://github.com/hackingmaterials/figrecipes
recipes for making figures (plotting)
https://github.com/hackingmaterials/figrecipes
Last synced: 4 months ago
JSON representation
recipes for making figures (plotting)
- Host: GitHub
- URL: https://github.com/hackingmaterials/figrecipes
- Owner: hackingmaterials
- License: other
- Created: 2015-09-24T20:51:18.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T23:39:58.000Z (almost 3 years ago)
- Last Synced: 2025-09-27T23:16:31.161Z (8 months ago)
- Language: HTML
- Size: 10.5 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
# FigRecipes
### Warning! this repository is no longer actively maintained or updated.

A repo to help with interactive plotting in data mining applications.
Originally packaged with the [matminer code](https://github.com/hackingmaterials/matminer).
- [Source](https://github.com/hackingmaterials/figrecipes)
- [Docs](https://hackingmaterials.github.io/figrecipes)
- [Matminer code](https://github.com/hackingmaterials/matminer)
Figrecipes is pip installable! You can install figrecipes with
```
pip install figrecipes
```
Find examples on the [matminer examples repo](https://github.com/hackingmaterials/matminer_examples).