easychart.Plot

class easychart.Plot(chart, *, width=None, constr=None)

Individual chart container

__init__(chart, *, width=None, constr=None)
Parameters:
  • chart (Chart) – chart

  • width (str) – width of the plot, expressed as a number of pixels or a percentage of the container width

  • constr (str) – one of ‘chart’, ‘stock’, ‘map’ or ‘gantt’ defaults to ‘chart’