make_series

make_series([name])
Parameters
  • name (string) – Optional name of the series.

Returns

series

Explicitly creates a series. Use the set method to set the current value. This function is rarely needed. The primary use is to overcome the limitations of the underlying engine, which does not treat numeric values as series.

Example:

cg = make_series ()
cg:set(1)