We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482e8f8 commit 827d9dcCopy full SHA for 827d9dc
1 file changed
doc/python/3d-bubble-charts.md
@@ -119,29 +119,31 @@ fig.update_layout(
119
title="Planets!",
120
scene=dict(
121
xaxis=dict(
122
- title=dict(
123
- text="Distance from Sun",
124
- font=dict(
125
- color="white"
126
- )
127
+ title=dict(
+ text="Distance from Sun",
+ font=dict(
+ color="white"
+ )
128
),
129
yaxis=dict(
130
131
- text="Density",
132
133
+ text="Density",
134
135
)
136
137
zaxis=dict(
138
- text="Gravity",
139
140
+ text="Gravity",
141
142
143
- ),
- bgcolor="rgb(20, 24, 54)",
144
+ ),
145
+ bgcolor="rgb(20, 24, 54)"
146
147
148
149
0 commit comments