xarray.Dataset.qshow.fit¶
- Dataset.qshow.fit(self, plot_components=False, data_var=None)[source]¶
Interactive visualization of fit results.
- Parameters:
plot_components (
bool, default:False) – IfTrue, plot the components of the fit. Default isFalse. Requires the Dataset to have amodelfit_resultsvariable.data_var (
str|None, default:None) – The name of the data variable to visualize. Required only if the Dataset contains fits across multiple data variables.
- Returns:
panel.layout.Column– A panel containing the interactive visualization.