How to increase dpi or figure size when plotting? #967
soldivelot
started this conversation in
General
Replies: 1 comment 1 reply
-
The handy How-To Guide hints at the very top on how to do that. Basically, simply use a call to import matplotlib.pyplot as plt
plt.style.use({'figure.dpi': 100})
plt.style.use({'figure.figsize': (12.80, 7.20)}) Alternatively, a simple call to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
it looks a little crowded
I would like to know how to change it to something like this
Beta Was this translation helpful? Give feedback.
All reactions