On Fri, Jan 9, 2009 at 16:04, Christopher Barker <chris.bar...@noaa.gov> wrote:
> Sturla Molden wrote:
>> For the same problems where you would use meshgrid in Matlab.
>
> well, I used to use meshgrid a lot because MATLAB could not do
> broadcasting. Which is probably why the OP has been trying to use it.
>
> A note for the docs:
>
> The docs refer to ogrid and nd_grid, and as far as I can tell, they are
> the same thing, but it's confusing. actuall, as I look more, ogrid is a
> nd_grid with the sparse parameter set to True -- anyway, still confusing!

I'm not sure why. The docstring seems fairly clear about this.

> Also, what is the "o" for -- the mnemonic might be helpful

"open". mgrid and ogrid are instantiations of the nd_grid class with
different parameters.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to