altair.sequence
- altair.sequence(self, start=Undefined, stop=Undefined, step=Undefined, **kwds)
-
Sequence generator. Mapping(required=[start, stop])
- Attributes
-
- 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
- as
FieldName
-
The name of the generated sequence field.
Default value:
"data"