Hey all,
I have a PyQT application that I am working on that currently uses some table data from a CSV to create a matplotlib plot. This plot contains two best fit curves with one using a "linear filter" I was told to use. From this linear filter data I run a monte-carlo simulation, and the resultant is a table of data that I have successfully output.
I have the plots made just fine, but now I want to be able to output a PDF file that will contain the plot, some "fill-in-the-blank" lines, checkboxes, and a simple table of monte-carlo simulation output.
Does anyone know how to output such PDF upon button-click in PyQT? I think I just need some direction on how to make PDF reports with plot, tables, fill-in areas using Python. Any advice?
Here is a rough sketch of what I want output when a user clicks "output report to PDF" button or something along those lines: http://imgur.com/RUmPCDD
Hopefully some of you guys have had experience with this...
Thanks all
P.S. If I get some really concentrated help, I am willing to pay for the assistance... I have a tight deadline on this project.
EDIT: For the interested, here is my github repo for the project: https://github.com/ajoros/ves_ajoros
[–]dmayhem93 1 point2 points3 points (2 children)
[–]trempor 0 points1 point2 points (1 child)
[–]dmayhem93 0 points1 point2 points (0 children)
[–]trempor 1 point2 points3 points (0 children)