Re: [matplotlib-devel] Q-Q Plot

2012-08-15 Thread Paul Hobson
Damon, When the current state of the relevant python libraries, scipy is required to create a QQ plot. Therefore, matplotib will never be able to natively make QQ or probability plots. I've got a PR into the the statsmodels project to do just what you need (and more!). https://github.com/statsmode

[matplotlib-devel] Q-Q Plot

2012-08-15 Thread Damon McDougall
Hi all, If anyone hasn't noticed already. I've been somewhat semi-perusing the Matlab interface and trying to port over any plotting functionality not current present in mpl. The other day I made a bit of a mess up regarding functionality I didn't think existed but actually did (discussion here: