Skip to main content

opinionated provides simple, clean stylesheets for plotting with matplotlib and seaborn.

Project description

opinionated provides simple, clean stylesheets for plotting with matplotlib and seaborn.

It’s modeled and named after hrbrthemes in R, by hrbrmstr, which are “Opinionated, typographic-centric ggplot2 themes”. It’s not meant to be an exact clone though, I have made a few different choices.

The main application I had in mind was to increase the quality of plots in colab-environments, where there is a very small range of preinstalled fonts. The package therefore automatically downloads fonts from GoogleFonts. But I think everything should also work on your local machine. Be aware though, that it’s not super well-tested, and might e. g. fail with facets.

Installation

pip install opinionated

Usage

The package is very simple to use, you just import it and set the style you want:

import opinionated
plt.style.use("opinionated_rc")

Then you do your plotting:

f, ax = plt.subplots(figsize=(10, 7))
sns.scatterplot(x="bill_length_mm", y="flipper_length_mm", hue='species', data=penguins, s=100, alpha=0.9)

And finally, you can slap on some additional information, using some convenience functions with reasonable defaults. Of course, the usual ways of setting titles, legends, etc. still work.

opinionated.add_legend(title='Species')
opinionated.add_attribution('by Maximilian Noichl')
opinionated.set_title_and_suptitle('Penguins!','They are an excellent type of bird!')

Here’s the result:

img

This certainly does look better than what the defaults would give you, right? –

img

You can find more options, stylesheets, etc. in the github-repository!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opinionated-0.0.2.5.tar.gz (21.0 MB view details)

Uploaded Source

Built Distribution

opinionated-0.0.2.5-py3-none-any.whl (16.1 MB view details)

Uploaded Python 3

File details

Details for the file opinionated-0.0.2.5.tar.gz.

File metadata

  • Download URL: opinionated-0.0.2.5.tar.gz
  • Upload date:
  • Size: 21.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for opinionated-0.0.2.5.tar.gz
Algorithm Hash digest
SHA256 95b3a698827df00a62d452c63a1cb25cd3e2976080fb66c7a70ebbc01330b475
MD5 5de263fbd59de578d04ba14d5a793d79
BLAKE2b-256 ad26b368e0e8aa02e1eda38359ab293edfd1760bf416a06344d35c7a56b337e4

See more details on using hashes here.

File details

Details for the file opinionated-0.0.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for opinionated-0.0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fb172e064f3ca7892a0f50de92a5a77ebf7d4239006ac7cc711caf942c334196
MD5 59c620a36f3a9884aed4c3f55b496efa
BLAKE2b-256 ad16aa144600e791ee2a5e8b31ef1e2c0d4212de7cfb990eefbf663dd1170d19

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page