From 391164582241730d078a465978d6b95a33653c80 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Sun, 20 Sep 2015 00:25:27 +0200 Subject: [PATCH] charts.default_options instead of just undefined options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!