python/plotly/plotly.express.line\343\201\247\347\267\232\343\201\256\345\244\252\343\201\225\343\202\222\345\244\211\343\201\210\343\202\213.md
... ...
@@ -2,7 +2,7 @@
2 2
3 3
`fig.update_traces`を使う。
4 4
5
-```
5
+```python
6 6
import plotly.express as px
7 7
8 8
df = px.data.gapminder().query("continent=='Oceania'")