https://github.com/staticf0x/foxplots
Convenience functions to make pretty matplotlib/Seaborn charts
https://github.com/staticf0x/foxplots
matplotlib seaborn
Last synced: 3 months ago
JSON representation
Convenience functions to make pretty matplotlib/Seaborn charts
- Host: GitHub
- URL: https://github.com/staticf0x/foxplots
- Owner: staticf0x
- License: mit
- Created: 2025-02-28T08:39:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-28T08:48:03.000Z (over 1 year ago)
- Last Synced: 2025-02-28T15:29:21.888Z (over 1 year ago)
- Topics: matplotlib, seaborn
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# foxplots
A few functions to make plots in Seaborn/matplotlib easier and prettier
(subjective).
## Fonts
Uses [Lato](https://fonts.google.com/specimen/Lato) and [Playfair Display](https://fonts.google.com/specimen/Playfair+Display) for titles.
Add them to your `~/.fonts`, using `foxplots.apply()` will load them
from this directory.
## Basic usage
```py
import foxplots
foxplots.apply()
```