Creates a series from the name and the optional array of Datum.
Datum
The name of the series (i.e. neuron)
The array of datum, which could be (t, f(t)), or (f[n](x), f[n+1](x))
(t, f(t))
(f[n](x), f[n+1](x))
A BaseSeries for object that can be used by in Charts
Creates a series from the name and the optional array of
Datum.