Now you can. See an example, where a figure originally generated with Matlab is replicated with Pylab.
To prepare your figures, follow the rules similar to those for Matlab and Mathematica figures:
- Create a directory called Pylab.
- Put figure-generating python scripts in this directory.
- Each script should have a .py suffix
- Each script should end with a command like
(the name junk_py.eps is important.)