Skip to content

Instantly share code, notes, and snippets.

@evu
Last active August 12, 2019 19:42
Show Gist options
  • Save evu/10f79dc3e7bd4b9e54222731df982d72 to your computer and use it in GitHub Desktop.
Save evu/10f79dc3e7bd4b9e54222731df982d72 to your computer and use it in GitHub Desktop.
Change plot size in Jupyter
import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment