Skip to content

Commit 1da06f9

Browse files
committed
Update dumbbell-plots.md
1 parent 8cb4815 commit 1da06f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/dumbbell-plots.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ countries = (
135135
.sort_values(by=["lifeExp"], ascending=True)["country"]
136136
.unique()
137137
)
138-
138+
139139
data = {"line_x": [], "line_y": [], "1952": [], "2002": [], "colors": [], "years": [], "countries": []}
140140

141141
for country in countries:
@@ -150,7 +150,6 @@ for country in countries:
150150
)
151151
data["line_y"].extend([country, country, None]),
152152

153-
154153
fig = go.Figure(
155154
data=[
156155
go.Scatter(

0 commit comments

Comments
 (0)