@@ -110,11 +110,11 @@ def test_select_by_type(self):
110
110
111
111
self .assert_select_subplots ("ternary" , "ternaries" , [1 ], test_no_grid = True )
112
112
113
- # No 'geo' or 'mapbox ' subplots initialized, but the first subplot
113
+ # No 'geo' or 'map ' subplots initialized, but the first subplot
114
114
# object is always present
115
115
self .assert_select_subplots ("geo" , "geos" , [1 ], test_no_grid = True )
116
116
117
- self .assert_select_subplots ("mapbox " , "mapboxes " , [1 ], test_no_grid = True )
117
+ self .assert_select_subplots ("map " , "maps " , [1 ], test_no_grid = True )
118
118
119
119
def test_select_by_type_and_grid (self ):
120
120
self .assert_select_subplots ("xaxis" , "xaxes" , [1 , 2 ], row = 1 )
@@ -262,7 +262,7 @@ def test_select_by_type_and_selector(self):
262
262
"ternary" , "ternaries" , [1 ], selector = - 1 , test_no_grid = True
263
263
)
264
264
265
- # No 'geo' or 'mapbox ' subplots initialized, but the first subplot
265
+ # No 'geo' or 'map ' subplots initialized, but the first subplot
266
266
# object is always present
267
267
self .assert_select_subplots (
268
268
"geo" , "geos" , [], selector = {"bgcolor" : "blue" }, test_no_grid = True
@@ -273,7 +273,7 @@ def test_select_by_type_and_selector(self):
273
273
)
274
274
275
275
self .assert_select_subplots (
276
- "mapbox " , "mapboxes " , [], selector = {"pitch" : 45 }, test_no_grid = True
276
+ "map " , "maps " , [], selector = {"pitch" : 45 }, test_no_grid = True
277
277
)
278
278
279
279
def test_select_by_type_and_grid_and_selector (self ):
@@ -424,14 +424,14 @@ def test_update_by_type(self):
424
424
test_no_grid = True ,
425
425
)
426
426
427
- # No 'geo' or 'mapbox ' subplots initialized, but the first subplot
427
+ # No 'geo' or 'map ' subplots initialized, but the first subplot
428
428
# object is always present
429
429
self .assert_update_subplots (
430
430
"geo" , "geos" , [1 ], {"bgcolor" : "purple" }, test_no_grid = True
431
431
)
432
432
433
433
self .assert_update_subplots (
434
- "mapbox " , "mapboxes " , [1 ], {"pitch" : 99 }, test_no_grid = True
434
+ "map " , "maps " , [1 ], {"pitch" : 99 }, test_no_grid = True
435
435
)
436
436
437
437
def test_update_by_type_and_grid (self ):
0 commit comments