Skip to content

Commit 6dca56d

Browse files
committed
Bug!
1 parent 469357e commit 6dca56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/03e-plotly-controls.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"layout = dict(title='GDP Per-capita', updatemenus=updatemenus)\n",
163163
"\n",
164164
"# Plot as usual\n",
165-
"fig = go.Figure(data=data, layout=layout)\n",
165+
"fig = go.Figure(data=[trace0, trace1], layout=layout)\n",
166166
"fig.show()"
167167
]
168168
},

0 commit comments

Comments
 (0)