> 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
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')
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