Skip to content

Commit 827d9dc

Browse files
committed
fix example
1 parent 482e8f8 commit 827d9dc

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

Diff for: doc/python/3d-bubble-charts.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -119,29 +119,31 @@ fig.update_layout(
119119
title="Planets!",
120120
scene=dict(
121121
xaxis=dict(
122-
title=dict(
123-
text="Distance from Sun",
124-
font=dict(
125-
color="white"
126-
)
127-
)
122+
title=dict(
123+
text="Distance from Sun",
124+
font=dict(
125+
color="white"
126+
)
127+
)
128128
),
129129
yaxis=dict(
130-
title=dict(
131-
text="Density",
132-
font=dict(
133-
color="white"
130+
title=dict(
131+
text="Density",
132+
font=dict(
133+
color="white"
134+
)
134135
)
135136
),
136137
zaxis=dict(
137-
title=dict(
138-
text="Gravity",
139-
font=dict(
140-
color="white"
138+
title=dict(
139+
text="Gravity",
140+
font=dict(
141+
color="white"
142+
)
141143
)
142-
),
143-
bgcolor="rgb(20, 24, 54)",
144-
),
144+
),
145+
bgcolor="rgb(20, 24, 54)"
146+
)
145147
)
146148

147149

0 commit comments

Comments
 (0)