@@ -53,7 +53,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
53
53
54
54
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
55
55
fig.update_layout(
56
- title = ' Mt Bruno Elevation' ,
56
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
57
57
width = 400 , height = 400 ,
58
58
margin = dict (t = 40 , r = 0 , l = 20 , b = 20 )
59
59
)
@@ -85,7 +85,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
85
85
86
86
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
87
87
fig.update_layout(
88
- title = ' Mt Bruno Elevation' ,
88
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
89
89
width = 400 , height = 400 ,
90
90
margin = dict (t = 30 , r = 0 , l = 20 , b = 10 )
91
91
)
@@ -112,7 +112,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
112
112
113
113
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
114
114
fig.update_layout(
115
- title = ' Mt Bruno Elevation' ,
115
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
116
116
width = 400 , height = 400 ,
117
117
margin = dict (t = 30 , r = 0 , l = 20 , b = 10 )
118
118
)
@@ -138,7 +138,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
138
138
139
139
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
140
140
fig.update_layout(
141
- title = ' Mt Bruno Elevation' ,
141
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
142
142
width = 400 , height = 400 ,
143
143
margin = dict (t = 30 , r = 0 , l = 20 , b = 10 )
144
144
)
@@ -163,7 +163,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
163
163
164
164
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
165
165
fig.update_layout(
166
- title = ' Mt Bruno Elevation' ,
166
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
167
167
width = 400 , height = 400 ,
168
168
margin = dict (t = 30 , r = 0 , l = 20 , b = 10 )
169
169
)
@@ -189,7 +189,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
189
189
190
190
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
191
191
fig.update_layout(
192
- title = ' Mt Bruno Elevation' ,
192
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
193
193
width = 400 , height = 400 ,
194
194
margin = dict (t = 30 , r = 0 , l = 20 , b = 10 )
195
195
)
@@ -216,7 +216,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
216
216
217
217
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
218
218
fig.update_layout(
219
- title = ' Mt Bruno Elevation' ,
219
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
220
220
width = 400 , height = 400 ,
221
221
margin = dict (t = 30 , r = 0 , l = 20 , b = 10 )
222
222
)
@@ -243,7 +243,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
243
243
244
244
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
245
245
fig.update_layout(
246
- title = ' Mt Bruno Elevation' ,
246
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
247
247
width = 400 , height = 400 ,
248
248
margin = dict (t = 30 , r = 0 , l = 20 , b = 10 )
249
249
)
@@ -273,7 +273,7 @@ z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/a
273
273
274
274
fig = go.Figure(data = go.Surface(z = z_data, showscale = False ))
275
275
fig.update_layout(
276
- title = ' Mt Bruno Elevation' ,
276
+ title = dict ( text = ' Mt Bruno Elevation' ) ,
277
277
width = 400 , height = 400 ,
278
278
margin = dict (t = 25 , r = 0 , l = 20 , b = 30 )
279
279
)
0 commit comments