cherab.nagdis.inversion.plot_rtb_gridΒΆ
-
cherab.nagdis.inversion.plot_rtb_grid(rtb: RayTransferBox, is_plot_axis: bool =
True, **kwargs) tuple[Figure, SubplotGrid]SourceΒΆ Plot the grid of the RayTransferBox object.
- Parameters:
- rtb: RayTransferBoxΒΆ
RayTransferBox object.
- is_plot_axis: bool =
TrueΒΆ Whether to plot grids along the x and z axes, by default True.
- **kwargsΒΆ
Additional keyword arguments for the matplotlib plot function.
- Returns:
fig (
Figure) β Figure object.axs (
SubplotGrid) β Subplot grid object.
- Raises:
TypeError β If
rtbis not a RayTransferBox object.