cherab.nagdis.inversion.raytransfer.plot_rtb_cross_section_gridΒΆ
- cherab.nagdis.inversion.raytransfer.plot_rtb_cross_section_grid(rtb: RayTransferBox, ax, **kwargs) AxesSourceΒΆ
Plot only the x-y cross-section grid lines of a RayTransferBox on a given axis.
- Parameters:
- rtb: RayTransferBoxΒΆ
RayTransferBox object.
- axΒΆ
Axis object to draw the cross-section grid onto.
- **kwargsΒΆ
Additional keyword arguments for the matplotlib plot function.
- Returns:
Axesβ Axis object with cross-section grid lines.- Raises:
TypeError β If
rtbis not a RayTransferBox object.