Re: [Pythonmac-SIG] matplotlib vector graphics

2005-09-02 Thread Teemu Rinne
Thanks Christian, it does work, on one Mac out of three... It works on my laptop with matplotlib and stuff installed several months ago. It does not work on a Panther G5 with a newly installed matplotlib (pythonmac). It does not work on an out-of-the box Tiger with matplotlib (pythonmac) installe

Re: [Pythonmac-SIG] matplotlib vector graphics

2005-09-02 Thread Samuel M. Smith
I just started using matplotlib a couple of weeks ago. And it will generate .ps files. I am using matplotlib 0.83.2 with python 2.41 framework on 10.4.2 but I have problems with the font definitions in the .ps or .eps files. When I try to convert them to .pdf I get an error in distiller, pr

Re: [Pythonmac-SIG] matplotlib vector graphics

2005-09-02 Thread Christian Meesters
Hi Teemu, Sure, why not? It works like in the examples provided with matplotlib. For Example: import matplotlib matplotlib.use('Agg') import pylab pylab.plot(list1,list2,'k-') pylab.title("some title") pylab.xlabel('some unit label'

[Pythonmac-SIG] matplotlib vector graphics

2005-09-02 Thread Teemu Rinne
Hi, Can the vector based backends (PS or SVG) be used on OS X? If so, could someone provide examples. I am using the binary package (Panther) from pythonmac -- Teemu Rinne Dept Psych Univ Helsinki ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.o