Skip to content

Instantly share code, notes, and snippets.

@jrc03c
Created June 28, 2023 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrc03c/8cba462fd27457346d41741a1b76222e to your computer and use it in GitHub Desktop.
Save jrc03c/8cba462fd27457346d41741a1b76222e to your computer and use it in GitHub Desktop.
set matplotlib plot size
# 8" x 4.5"
plot.rcParams["figure.figsize"] = 8, 4.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment