Hi,
Am Dienstag 29 April 2008 23:57 schrieb Mico Filós:
> Is it possible to create a figure using already existing eps files?
> I mean, can one create a canvas and insert eps (or pdf) files which
> already exist?
from section 8 of the reference manual:
from pyx import *
c = canvas.canvas()
c.insert(epsfile.epsfile(0, 0, "file.eps"))
c.writeEPSfile("output")
Greetings,
Stefan
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user