theoxo / csail-like-colormap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What

An opinionated colormap for Matplotlib, based on the MIT CSAIL Brand Guidelines.

Note: obviously in no way officially affiliated with CSAIL. Just a selection of colors for your plots based off my personal preferences.

Why

Because I think it's an aesthetically pleasing set of colors :)

Installation

  1. Download csail-like.mplstyle
  2. Put it in <PATH TO YOUR MATPLOTLIB INSTALLATION>/mpl-data/stylelib. Note: If you use a package manager such as conda, you may want to make sure that you are putting the file in the matplotlib installation used by the environment you want to use the colormap with.
  3. import matplotlib.pyplot as plt; plt.style.use('csail-like')
  4. Done!

About

License:MIT License