let us say I have a data frame of df
and it's looping through 85 sets of the data frames and I want to make multiple figures of subplots of 4rows x 5 columns. So when I run the code I want 4 figures of 20 graphs in each figure and the last figure only containing 5 graphs. (The rest can be just empty graphs.) How can I achieve that? (in python)
Asked
Active
Viewed 29 times
0

John Chae
- 25
- 5
-
The procedure you outlined in your questions seems like it would work. What are having trouble with? Dataframe filtering? Figure creation? Specific plotting commands? – Paul H Jun 29 '22 at 20:01
-
The figure creatation and specific plotting commands – John Chae Jun 29 '22 at 21:46