timflow.transient.inhom1d.XsectionMaq.plot#
- timflow.transient.inhom1d.XsectionMaq.plot(ax=None, labels=False, params=False, names=False, fmt=None, sep: Literal[', ', '\n'] = ', ', **kwargs)#
Plot the cross-section.
- Parameters:
ax (plt.Axes, optional) – Axis to plot the cross-section on. If None, a new axis will be created.
labels (bool, optional) – If True, add layer-name labels.
params (bool, optional) – If True, add parameter labels.
names (bool, optional) – If True, add inhomogeneity names.
fmt (str, optional) – format string for parameter values, e.g. ‘.2f’ for 2 decimals.
sep (str) – Separator between parameters, either “, “ or “n”