easychart.render#

easychart.render(*charts, width=None, theme=None)#

Render one or several charts or a grid thereof to the jupyter notebook

Parameters:
  • charts (list of Chart) – list of charts

  • width (int, str) – each plots’s width

  • theme (str, dict) – the theme name

Return type:

easychart.Grid