CADETProcess.transform.NullTransformer.plot#
- NullTransformer.plot(use_log_scale: bool = False, ax: Axes | None = None, setup_figure_kwargs: dict | None = None) tuple[Figure, Axes]#
Plot the transformed space against the input space.
- Parameters:
- use_log_scalebool, optional
If True, use a logarithmic scale for the x-axis.
- axOptional[plt.Axes], default=None
Optional Matplotlib Axes. If not provided, a new figure is created.
- setup_figure_kwargsOptional[dict], default=None
Additional options to setup the figure.
- Returns:
- tuple[plt.Figure, plt.Axes]
The Matplotlib Figure and Axes.