[SciPy-user] scipy.stats.gaussian_kde for 2d kernel density estimation

Gael Varoquaux gael.varoquaux at normalesup.org
Sat Jul 26 11:55:19 EDT 2008


On Fri, Jul 25, 2008 at 11:45:36AM +0200, massimo sandal wrote:
> Thanks a lot - your example put me on the right way. I am a complete newbie 
> on 2d graphs, and meshgrid just escaped my attention.

Prefer mgrid
(http://www.scipy.org/Numpy_Example_List_With_Doc#head-c2338cdfd293a3c60c3eb65d6df9a2d8e1803fc5 )
or ogrid (http://www.scipy.org/Numpy_Example_List_With_Doc#ogrid )to
meshgrid. Meshgrid is for matlab compatibility, and is less powerful.

Gaël



More information about the SciPy-User mailing list