Creating a pdf with a Pie Chart and table using Python FPDF and Matplotlib libraries in Google Colab

Опубликовано: 05 Август 2026
на канале: Pat Long Codes
2,606
31

In this tutorial, I use the Matplotlib and FPDF libraries to generate a pdf containing a simple pie chart and an accompanying table.

Full Code: https://github.com/patrickjlong1/pyth...

Other Relevant Videos:
1. Using matplotlib and FPDF libraries to produce a bar chart and table pdf output in python:    • Creating a pdf with a Pie Chart and table ...  

2. Intro to generating PDFs in python:    • Two Ways to Create PDF Files with tables i...  

3. Using the same dataset to create a pie chart and table in excel:    • Create a Pie Chart in Excel using Python (...