This website is for version 5. You can find the documentation for version 4 here.

altair.sequence#

altair.sequence(self, start=Undefined, stop=Undefined, step=Undefined, **kwds)#

Sequence generator. Parameters ———-

startfloat

The starting value of the sequence (inclusive).

stopfloat

The ending value of the sequence (exclusive).

stepfloat

The step value between sequence entries.

Default value: 1

asstr, FieldName

The name of the generated sequence field.

Default value: "data"