pleiades.sammy.results.plotter module
- pleiades.sammy.results.plotter.plot_transmission(results: RunResults, ax: Axes = None, residual: bool = False, plot_uncertainty: bool = False, override_data_type: bool = False) tuple[Figure, Axes][source]
Plot the transmission data from the run results.
- Parameters:
results (RunResults) – The results object containing the data to plot.
residual (bool) – If True, plot the residuals. Default is False.
plot_uncertainty (bool) – If True, plot the uncertainty. Default is False.
override_data_type (bool) – If True, override the data type check. Default is False.
axis (matplotlib.axes.Axes) – The axes to plot on. If None, create a new figure and axes. Default is None.
- Returns:
(fig, ax) matplotlib figure and axes objects.
- Return type: