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

altair.repeat#

altair.repeat(repeater='repeat')#

Tie a channel to the row or column within a repeated chart

The output of this should be passed to the field attribute of a channel.

Parameters:
repeater{‘row’|’column’|’repeat’|’layer’}

The repeater to tie the field to. Default is ‘repeat’.

Returns:
repeatRepeatRef object