File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments