grids.base.GridBase.axes#

property GridBase.axes: List[str]#

The names of the coordinate axes in this grid.

These are inherited from the coordinate system and may include labels like ["x", "y", "z"] or curvilinear variants like ["r", "theta", "phi"].

Returns:

A list of axis names.

Return type:

list of str