Generating Reports with Python: PDF or HTML to PDF

前端 未结 2 617
借酒劲吻你
借酒劲吻你 2021-01-13 03:39

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 s

2条回答
  •  情深已故
    2021-01-13 04:32

    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

提交回复
热议问题