altair.sequence#
- altair.sequence(self, start=Undefined, stop=Undefined, step=Undefined, **kwds)#
Sequence generator. SequenceParams schema wrapper.
- 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"