solarwindpy.solar_activity.plots.IndicatorPlotο
- class IndicatorPlot(indicator, ykey, plasma_index=None)[source]ο
Bases:
BaseBase class for plotting a solar activity indicator.
- Parameters:
indicator (ActivityIndicator) β Object providing the time series to plot.
ykey (str) β Column in
indicator.datato display.plasma_index (pandas.DatetimeIndex, optional) β Restrict plotted data to this index.
- property indicatorο
- property plasma_indexο
- property ykeyο
- property plot_dataο
- property clipο
- property dataο
- property labelsο
- property logο
- property loggerο
- property pathο
Path for saving figure.
- set_labels(**kwargs)ο
Set or update x, y, or z labels. Any label not specified in kwargs.
is propagated from self.labels.<x, y, or z>.
- set_log(x=None, y=None)ο