Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.88 KB

README.rst

File metadata and controls

53 lines (39 loc) · 1.88 KB

Matplotlib Themes and Utils

Python Pypi Version
Build build-status
Doc build-status

About this package

A little utilities package for making it easier to customise matplotlib graphs with nice custom color styles that render well when copy/pasted to Powerpoint presentations. Brings wrappers and conveniencies over matplolib RcParams to allow you to get your custom theme up and running in minutes. Also includes various plotting utilities that I use sometimes in my projects.

You will find complete documentation on the Docs site.

Installation

  1. Create a GitHub SSH token
  2. Install package via pip+ssh:
>>> pip install git+ssh://git@github.com/hugovallet/mpl-themes-utils.git
  1. Provide the password associated with your SSH key when prompted