An open API service indexing awesome lists of open source software.

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

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()
```