Skip to content

Instantly share code, notes, and snippets.

@yrevar
Created January 24, 2019 21:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yrevar/315d6456195e576c16e384921e41af46 to your computer and use it in GitHub Desktop.
Save yrevar/315d6456195e576c16e384921e41af46 to your computer and use it in GitHub Desktop.
import os
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
import matplotlib as mpl
# plot title
mpl.rcParams['axes.titlesize'] = 18
# axes labels
mpl.rcParams['axes.labelsize'] = 14
mpl.rcParams['axes.grid'] = False
mpl.rcParams['image.interpolation'] = 'nearest'
mpl.rcParams['figure.figsize'] = 15, 55
%matplotlib inline
%load_ext autoreload
%autoreload 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment