Skip to content

Commit e7a4bb7

Browse files
authored
Merge pull request #5140 from rl-utility-man/patch-11
corrected a label from Canada to Oceania
2 parents 7d62668 + 2c649d2 commit e7a4bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/bar-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ import plotly.express as px
124124
df = px.data.gapminder().query("continent == 'Oceania'")
125125
fig = px.bar(df, x='year', y='pop',
126126
hover_data=['lifeExp', 'gdpPercap'], color='country',
127-
labels={'pop':'population of Canada'}, height=400)
127+
labels={'pop':'population of Oceania'}, height=400)
128128
fig.show()
129129
```
130130

0 commit comments

Comments
 (0)