sidpy.viz.plot_utils.curve.plot_scree

sidpy.viz.plot_utils.curve.plot_scree(scree, title='Scree', **kwargs)[source]

Plots the scree from SVD

Parameters:
  • scree (1D real numpy array) – The scree vector from SVD

  • title (str) – Figure title. Default Scree

Return type:

fig, axes