Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How do I space out the plots on plt.subplot?
Asked
Apr 18 '23 at 21:21
Active
Apr 19 '23 at 06:38
Viewed
18 times
0
How do I space out the data?
My code:
The output:
python
numpy
matplotlib
edited Apr 19 '23 at 06:38
Ethan
876
8
18
34
asked Apr 18 '23 at 21:21
Sion Yoon
1
I think you are looking for something like that https://stackoverflow.com/questions/42281851/how-to-add-padding-to-a-plot-in-python ?
–
Kostas Nitaf
Apr 18 '23 at 21:23
Mostly ```plt.tight_layout()``` does the job.
–
Pixel_Bear
Apr 19 '23 at 14:49
0 Answers
0