Skip to content

Instantly share code, notes, and snippets.

@hiramekun
Created October 14, 2018 16:49
Show Gist options
  • Save hiramekun/b453ce12dc35178b332e0877ac6074c5 to your computer and use it in GitHub Desktop.
Save hiramekun/b453ce12dc35178b332e0877ac6074c5 to your computer and use it in GitHub Desktop.
matplotlib.pyplotをjupyterで使うときのテンプレート
import matplotlib.pyplot as plt
%matplotlib inline
plt.rcParams['figure.figsize'] = (15.0, 15.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment