CADETProcess.transform.TransformerBase.plot# TransformerBase.plot(ax: Axes, use_log_scale: bool = False) → None[source]# Plot the transformed space against the input space. Parameters: axplt.AxesThe axes object to plot on. use_log_scalebool, optionalIf True, use a logarithmic scale for the x-axis.