timflow.transient.inhom1d.Xsection.plot ======================================= .. py:method:: timflow.transient.inhom1d.Xsection.plot(ax=None, labels=False, params=False, names=False, fmt=None, sep: Literal[', ', '\n'] = ', ', **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 parameter values, e.g. '.2f' for 2 decimals. :type fmt: str, optional :param sep: Separator between parameters, either ", " or "\n" :type sep: str .. !! processed by numpydoc !!