Skip to content Skip to sidebar Skip to footer
Showing posts with the label Reportlab

Reportlab: Working With Chinese/unicode Characters

TL;DR: Is there some way of telling ReportLab to use a specific font, and fallback to another if g… Read more Reportlab: Working With Chinese/unicode Characters

Graphing Sqlite3 Data With Reportlab

trying to lineplot simple temperature data from a sqlite3 database. New to python, not sure what I… Read more Graphing Sqlite3 Data With Reportlab

Loading Matplotlib Object Into Reportlab

I'm trying to load a matplotlib object into reportlab. Here is my code: from reportlab.pdfgen i… Read more Loading Matplotlib Object Into Reportlab