@@ -114,9 +114,9 @@ fig = go.Figure(data=go.Scatter3d(
114114))
115115
116116fig.update_layout(width = 800 , height = 800 , title = ' Planets!' ,
117- scene = dict (xaxis = dict (title = ' Distance from Sun' , titlefont_color = ' white' ),
118- yaxis = dict (title = ' Density' , titlefont_color = ' white' ),
119- zaxis = dict (title = ' Gravity' , titlefont_color = ' white' ),
117+ scene = dict (xaxis = dict (title = ' Distance from Sun' , title_font_color = ' white' ),
118+ yaxis = dict (title = ' Density' , title_font_color = ' white' ),
119+ zaxis = dict (title = ' Gravity' , title_font_color = ' white' ),
120120 bgcolor = ' rgb(20, 24, 54)'
121121 ))
122122
@@ -155,9 +155,9 @@ fig = go.Figure(go.Scatter3d(
155155))
156156
157157fig.update_layout(width = 800 , height = 800 , title = ' Planets!' ,
158- scene = dict (xaxis = dict (title = ' Distance from Sun' , titlefont_color = ' white' ),
159- yaxis = dict (title = ' Density' , titlefont_color = ' white' ),
160- zaxis = dict (title = ' Gravity' , titlefont_color = ' white' ),
158+ scene = dict (xaxis = dict (title = ' Distance from Sun' , title_font_color = ' white' ),
159+ yaxis = dict (title = ' Density' , title_font_color = ' white' ),
160+ zaxis = dict (title = ' Gravity' , title_font_color = ' white' ),
161161 bgcolor = ' rgb(20, 24, 54)'
162162 ))
163163
0 commit comments