timeviz_barplot

TimeSeries.timeviz_barplot(
    width=8,
    height=4,
    dpi=150,
    barwidth=4,
    fill_color='#440154',
    tick_interval=None,
    label_rotation=None,
)

Generate a bar plot of token frequenices over time.

Parameters

Name Type Description Default
width The width of the plot. 8
height The height of the plot. 4
dpi The resolution of the plot. 150
barwidth The width of the bars. 4
fill_color The color of the bars. '#440154'
tick_interval Interval spacing for the tick labels. None
label_rotation Angle used to rotate tick labels. None

Returns

Name Type Description
Figure A matplotlib figure.