Re: [Matplotlib-users] WebP support

2010-10-02 Thread Gaius Hammond
It's really not clear to me why we would want to lower the quality of our graphs to save Google's bandwidth bills. Because that's all this is... Cheers, G -- -Original Message- From: "Nils Wagner" Date: Sat, 02 Oct 2010 12:59:12 To: Subject: [Matplotlib-users]

Re: [Matplotlib-users] curve fitting

2009-07-29 Thread gaius hammond
Quoting Bala subramanian : > Friends, > > I have to define two equations and fit my data on to it. could someone > please give me some example on how to do curve fitting using matplotlib. http://docs.scipy.org/doc/numpy/reference/generated/numpy.polyfit.html (Matplotlib example at the bottom)

[Matplotlib-users] polar clockface

2009-01-03 Thread Gaius Hammond
Hi all, Does anyone know if it's possible to make the polar plot look like a 12- or 24-hr clockface? I.e. 0 (or 12) at the top rather than the right, and labelled in 12ths (or 24ths) instead of degrees? Thanks, G ---