Tuesday, August 20, 2013

MatPlotLib and PyQt plot and additional data to printer

MatPlotLib and PyQt plot and additional data to printer

I have a bar plot and additional data that I am showing in a PyQt
MainWindow. I need to be able to print this plot and data on paper, but
don't know how to go about it.
I know how to save the plot to a pdf using print_figure and then send to a
printer, but this does not allow me to place the additional data on the
same piece of page as the plot. I have looked around and cannot find a way
to get the plot and data to print together. Any suggestions?

No comments:

Post a Comment