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) – If True, plot the components of the fit. Default is False. Requires the Dataset to have a modelfit_results variable.

  • 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.