Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to add subplots for histogram

# in case of dataframe, if you want to mention Subplot size use layout argument
pandas.DataFrame.hist(figsize=(20,30), bins=20, layout=(15,4))
# don't forget to upvote :)
Source by pandas.pydata.org #
 
PREVIOUS NEXT
Tagged: #add #subplots #histogram
ADD COMMENT
Topic
Name
5+1 =