easychart.plot#

easychart.plot(data, **kwargs)#

Convenience method to create a chart and append a series

Parameters:
  • data (list, pd.Series, pd.DataFrame) – See Chart.plot

  • kwargs – additional keyword arguments passed to easychart.new (if a key-word argument exists) or to Chart.plot otherwise

Return type:

easychart.Chart