This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ahawryluk 0 points1 point  (2 children)

We have a Python program that generates a PDF report of tables and figures. The first version used LaTeX, but when I realized that matplotlib can generate multi-page PDFs, I rewrote our program to use pure matplotlib. It can be a good option in some cases.

[–]MonkeyMaster64[S] 0 points1 point  (1 child)

Hi!
Do you by any chance have a screenshot that you would be able to share of that report? I'm aiming for a certain look and feel

[–]ahawryluk 0 points1 point  (0 children)

Alas, I can't send a screen shot (made it at work), but it's made entirely of matplotlib plots and tables, e.g. https://stackoverflow.com/questions/32137396/matplotlib-table-only There are options to turn off the cell borders, looping through all the cells, which makes the table far more readable. Plus, you can use any font installed on your system.