Michael Droettboom wrote: > Sorry about that. I didn't notice the SVN login error the first time. > It should be in SVN now. > > The default is to output Type 3 fonts (i.e. the new way). > > Darren: you mean rcdefaults.py, not rcsetup.py, right? I can't find an > rcsetup.py.
Mike, I renamed rcdefaults.py to rcsetup.py a few days ago. Try "svn update". Maybe that will solve your quiver_demo.py problem also; it has been working fine for me. In general, I find that while working on mpl it is helpful to run svn update frequently, and always right before committing, so as to avoid conflicts and be sure that changes I make work with the latest changes others have made. After svn update right now (to 3490), I am getting a compilation failure with the following error: building 'matplotlib.ttf2ps' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.5 -c ttconv/pprdrv_tt.cpp -o build/temp.linux-i686-2.5/ttconv/pprdrv_tt.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ ttconv/pprdrv_tt.cpp: In function ‘void sfnts_glyf_table(TTStreamWriter&, TTFONT*, unsigned int, unsigned int)’: ttconv/pprdrv_tt.cpp:579: error: ‘assert’ was not declared in this scope ttconv/pprdrv_tt.cpp: In function ‘void insert_ttfont(const char*, TTStreamWriter&, int, std::vector<int, std::allocator<int> >&)’: ttconv/pprdrv_tt.cpp:1104: error: ‘assert’ was not declared in this scope error: command 'gcc' failed with exit status 1 Eric ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel