diff --git a/README.md b/README.md index f95c034..621e8c5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ series = [ And finally plot the chart! Use `show='inline'` if you are in an IPython notebook and `show='tab'` otherwise. ```python -charts.plot(series, options, height=500, stock=True, show='inline') +charts.plot(series, charts.default_options, height=500, stock=True, show='inline') ``` Don't be affraid to play with the chart, it's interactive :) Try typing in `OHLC` in the variable selector or viewing a different time period by squeezing the bottom scroll bar!