timflow.steady.inhomogeneity1d.Xsection3D.plot ============================================== .. py:method:: timflow.steady.inhomogeneity1d.Xsection3D.plot(ax=None, labels=False, params=False, names=False, fmt=None, **kwargs) Plot the cross-section. :param ax: Axis to plot the cross-section on. If None, a new axis will be created. :type ax: plt.Axes, optional :param labels: If True, add layer-name labels. :type labels: bool, optional :param params: If True, add parameter labels. :type params: bool, optional :param names: If True, add inhomogeneity names. :type names: bool, optional :param fmt: format string for parameters :type fmt: str .. !! processed by numpydoc !!