Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.expand_dims
¶
numpy.ma.
expand_dims
(
x
,
axis
)
¶
Expand the shape of the array by including a new axis before the given one.
Previous topic
numpy.ma.atleast_3d
Next topic
numpy.ma.squeeze
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»