Using maptplotlib
I have created 9 graphs which are combined in to a single pdf using the command savefig
. However I need to be able to show the statistical analysis below each plot with .describe()
. What would be the best way to do this?
Pandas has the possibility to include a table with a plot. See the table
kwarg to pandas.DataFrame.plot
. See the docs: http://pandas.pydata.org/pandas-docs/dev/visualization.html#visualization-table
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With