Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.24 KB

barbie-matplotlib

A Barbie style for matplotlib, inspired by theme_barbie.R

Usage

  1. Create a virtual environment with matplotlib and numpy (optional)
  2. Run barbie_style_demo.py to see the Barbie style in action
  3. To use in your own code:
    • Download the .mplstyle file and put it in your project directory
    • Use with plt.style.context('barbie.mplstyle'): when plotting

To Do

- Make usage easier: https://matplotlib.org/stable/users/explain/customizing.html#distributing-styles

Sources