In [1]:
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
%matplotlib inline

In [2]:
import matplotlib as mpl

In [3]:
mpl.get_cachedir()


Out[3]:
u'/Users/forrestcollman/.matplotlib'

In [ ]: