PlotSpectralMultipl

PlotSpectralMultipl#

class jetset.plot_sedfit.PlotSpectralMultipl[source]#

Bases: BasePlot

Plot helper for spectral multiplicative terms in log-log space.

Methods Summary

plot(nu, y, y_label[, y_min, y_max, label, ...])

Plot.

Methods Documentation

plot(nu, y, y_label, y_min=None, y_max=None, label=None, line_style=None, color=None)[source]#

Plot.

Parameters:
  • nu (object) – Frequency values in Hz.

  • y (object) – Parameter controlling y.

  • y_label (object) – Parameter controlling y label.

  • y_min (object, optional) – Minimum value for y.

  • y_max (object, optional) – Maximum value for y.

  • label (object, optional) – Label used in output or plots.

  • line_style (object, optional) – Parameter controlling line style.

  • color (object, optional) – Matplotlib color specification.