plot_coarse()#

Grid.plot_coarse(**kwargs)Source#

Plotting EMC-EIRENE-defined coarse grids in \(R–Z\) plane.

The indices to use as the coarse grid is stored in attributes of "/index/coarse" variables. So this method is available only if they are stored.

Coarse grid indices are created by install_indices function.

Parameters:
**kwargsdict

Keyword arguments for plot method.

Returns:
figFigure | None

Matplotlib figure object. If fig is not specified but axis is, return None.

axAxes

Matplotlib axes object.

Examples

>>> grid = Grid("zone0")
>>> grid.plot_coarse()
../../_images/grid_coarse_zone0.png