Ticket #30846: test_pdf.py

File test_pdf.py, 68 bytes (added by astrofitz (Michael Fitzgerald), 13 years ago)
Line 
1from pylab import *
2figure(0)
3plot((0,1),(0,1))
4savefig('test.pdf')