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 toChart.plototherwise
- Return type: