[NumPy-Tickets] [NumPy] #966: Enhance meshgrid to generate 3D grids + add option for sparse grids
NumPy Trac
numpy-tickets@scipy....
Wed Dec 28 03:33:32 CST 2011
#966: Enhance meshgrid to generate 3D grids + add option for sparse grids
-------------------------+--------------------------------------------------
Reporter: pbrod | Owner: charris
Type: enhancement | Status: needs_review
Priority: normal | Milestone: Unscheduled
Component: numpy.lib | Version: devel
Keywords: meshgrid |
-------------------------+--------------------------------------------------
Comment(by rgommers):
Currently the output shapes are actually consistent with Matlab for 2-D
and 3-D, so I documented/tested some more and left it as is. Cartesian
with >3 dimensions is a bit odd anyway, so as long as it's clear what the
expected shape is then I think it's fine as it is now.
Could you review the latest commits?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/966#comment:14>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list