CADETProcess.tools.yamamoto.YamamotoResults.plot#
- YamamotoResults.plot(fig: Figure | None = None, ax: Axes | None = None) tuple[Figure, Axes][source]#
Plot the normalized gradient slope against the peak salt concentration.
- Parameters:
- figOptional[plt.Figure], default=None
Existing matplotlib Figure object.
- axOptional[plt.Axes], default=None
Existing matplotlib Axes object.
- Returns:
- figplt.Figure
The figure object containing the plot.
- axplt.Axes
The axes object for the plot.