File tree 1 file changed +19
-17
lines changed
1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -119,29 +119,31 @@ fig.update_layout(
119
119
title = " Planets!" ,
120
120
scene = dict (
121
121
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
+ )
128
128
),
129
129
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
+ )
134
135
)
135
136
),
136
137
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
+ )
141
143
)
142
- ),
143
- bgcolor = " rgb(20, 24, 54)" ,
144
- ),
144
+ ),
145
+ bgcolor = " rgb(20, 24, 54)"
146
+ )
145
147
)
146
148
147
149
You can’t perform that action at this time.
0 commit comments