CADETProcess.transform.NoTransform.plot

CADETProcess.transform.NoTransform.plot#

NoTransform.plot(ax, use_log_scale=False)#

Plot the transformed space against the input space.

Parameters:
axmatplotlib.axes.Axes

The axes object to plot on.

use_log_scalebool, optional

If True, use a logarithmic scale for the x-axis.