chart
pdwidgets.widgets.chart
Chart — tiny line / bar chart (MCU-light).
Chart(parent, x=0, y=0, w=None, h=None, align=None, align_to=None, fg=None, bg=None, visible=True, value=None, padding=None, mode='line', auto_scale=True)
Bases: Widget
Lightweight line or bar chart for numeric sequences.
Plot value as a sequence of numbers.
mode is "line" or "bar". Values in [0, 1] plot
directly; otherwise auto_scale maps min..max into the plot area.
draw(_=None)
Draw the chart axes and data series.