Skip to content

TotalShiftConfig

TotalShiftConfig dataclass

Configuration for the totals panels above a word shift plot.

The totals panels show one cumulative-contribution bar per contribution type, plus a grand total bar summing them all. Per-type colors and symbols come from the bar config.

Attributes:

Name Type Description
total str

Color of the grand total bar

total_symbol str

Symbol labeling the grand total bar in the totals panels

Source