I'm using matplotlib.pyplot to plot some data, and after running plt.show() I save the image as either a PNG image or encapsulated postscript.
When I open these saved files with evince and try to print them, a job is sent to the printer but nothing is printed. The plots display on the screen with no problems.
Is there something specific I need to do in matplotlib to generate printable PNGs and EPSes? Is this a bug in matplotlib?