Last active
August 12, 2019 19:42
-
-
Save evu/10f79dc3e7bd4b9e54222731df982d72 to your computer and use it in GitHub Desktop.
Change plot size in Jupyter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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