Re: [Matplotlib-users] qqplot

2010-05-21 Thread Stan West
> From: MONTAGU Thierry [mailto:thierry.mont...@cea.fr] > Sent: Friday, May 21, 2010 09:37 > > has anyone ever tried to make a quantile-quantile plot with pylab? > is there any build in function named say "qqplot" available ? For a plot comparing samples to a theoretical distribution (and if you

Re: [Matplotlib-users] qqplot

2010-05-21 Thread PHobson
x27;Detected Samples') ax1.plot(mpp['unmskQntl'], mpp['unmskData'], 'r.', ms=6, label='Raw Samples') ax1.plot(mpp['bestFitQ'], mpp['bestFitD'], 'b-', lw=2) fig.savefig('example_censoredProbPlot.png')

[Matplotlib-users] qqplot

2010-05-21 Thread MONTAGU Thierry
hi all has anyone ever tried to make a quantile-quantile plot with pylab? is there any build in function named say "qqplot" available ? thanks Thierry -- ___ Matplotlib-users