On 14/02/12 23:29, Sean Lake wrote:
[]
> plt.savefig("asdf.pdf", "pdf")

I think this is a symtax error on your part. If you use

plt.savefig("asdf.pdf", format="pdf")

it will work.

What is strange is that you are running
python2.7 (at least that's what is written in the first line of your 
script), but your modules are taken from python2.6, as the error message

>   File "/sw/lib/python2.6/site-packages/matplotlib/pyplot.py", line 363, in 
> savefig

indicates. This is not the cause of the error, however.

-- 
Martin

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to