[Matplotlib-users] Is there a test suite for Matplotlib ?

2010-06-27 Thread Dr. David Kirkby
Matplotlib is used as part of the Sage project, where we aim to run test-suites that are part of upstream packages where possible. Someone suggested it would be good if we did that for Matplotlib, which we currently do not do. However, on reading the contents of the source directory

Re: [Matplotlib-users] How to save text in vector images as text rather than paths?

2010-06-27 Thread Eliss Parke
I'm creating charts in matplotlib and saving them using savefig('chart.eps'). How can I make the labels actually be text rather than paths, which seems to be the default? (when I open the .eps files in Illustrator, I can't edit them as text) I'm using the latest matplotlib and python on Windows

Re: [Matplotlib-users] How to save text in vector images as text rather than paths?

2010-06-27 Thread Eric Firing
On 06/27/2010 08:06 AM, Eliss Parke wrote: I'm creating charts in matplotlib and saving them using savefig('chart.eps'). How can I make the labels actually be text rather than paths, which seems to be the default? (when I open the .eps files in Illustrator, I can't edit them as text) When you

Re: [Matplotlib-users] Symbol not found

2010-06-27 Thread Friedrich Romstedt
First, since you said you used pkg-config I would like to know what libfreetype the ft2font.so lib is actually linked against. Can you issue an otool -L ft2font.so in the matplotlib's directory? This will tell you what libs are used. I think most important is the compiler used, but since you