Skip to content

Commit 1757231

Browse files
committed
Update figure-labels.md
1 parent ae1604a commit 1757231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/figure-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ df = px.data.gapminder().query("continent == 'Oceania'")
100100
fig = px.line(df, x="year", y="gdpPercap", color="country")
101101

102102
fig.update_layout(
103-
title=dict(text="Population Growth", font=dict(size=50), automargin=True, yref='paper')
103+
title=dict(text="GDP-per-capita", font=dict(size=50), automargin=True, yref='paper')
104104
)
105105

106106
fig.show()

0 commit comments

Comments
 (0)