Using maptplotlib, I created 9 charts that are combined into one PDF using the command savefig. However, I need to show a statistical analysis below each graph with .describe(). What would be the best way to do this?
maptplotlib
savefig
.describe()
Pandas has the ability to include a chart table. See tablekwarg pandas.DataFrame.plot. See Docs: http://pandas.pydata.org/pandas-docs/dev/visualization.html#visualization-table
table
pandas.DataFrame.plot
There are several possibilities:
https://github.com/JanSchulz/knitpy/tree/master/examples, docx, pdf html .pymd. pandas.DataFrame, matplotlib.
.pymd
pandas.DataFrame
: knitpy