prevent double call of _cleanup, which harms usefiles (and is a bad idea in general)
[PyX.git] / www / png / pyxlogo.py
blobfd681a40c89c157d3fed4cebe5f0bd727c696444
1 from pyx import *
3 c = canvas.canvas()
4 c.text(0, 0, r"\PyX", [trafo.scale(5)])
5 c.writeEPSfile("pyxlogo")