Series

class spb.series.BaseSeries(*args, **kwargs)[source]

Base class for the data objects containing stuff to be plotted.

Notes

The backend should check if it supports the data series that it’s given. It’s the backend responsibility to know how to use the data series that it’s given.

spb.series.BaseSeries.get_data(self)

Compute and returns the numerical data.

The number of parameters returned by this method depends on the specific instance. If s is the series, make sure to read help(s.get_data) to understand what it returns.

BaseSeries.params

Get or set the current parameters dictionary.

Parameters:
pdict
  • key: symbol associated to the parameter

  • val: the numeric value