File tree 1 file changed +11
-11
lines changed 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ def demo_simple_grid(fig):
18
18
"""
19
19
grid = AxesGrid (fig , 141 , # similar to subplot(141)
20
20
nrows_ncols = (2 , 2 ),
21
- axes_pad = 0.05 ,
22
- label_mode = "1" ,
21
+ axes_pad = 0.05 ,
22
+ label_mode = "1" ,
23
23
)
24
24
25
25
Z , extent = get_demo_image ()
@@ -38,10 +38,10 @@ def demo_grid_with_single_cbar(fig):
38
38
"""
39
39
grid = AxesGrid (fig , 142 , # similar to subplot(142)
40
40
nrows_ncols = (2 , 2 ),
41
- axes_pad = 0.0 ,
41
+ axes_pad = 0.0 ,
42
42
share_all = True ,
43
- label_mode = "L" ,
44
- cbar_location = "top" ,
43
+ label_mode = "L" ,
44
+ cbar_location = "top" ,
45
45
cbar_mode = "single" ,
46
46
)
47
47
@@ -66,9 +66,9 @@ def demo_grid_with_each_cbar(fig):
66
66
67
67
grid = AxesGrid (F , 143 , # similar to subplot(143)
68
68
nrows_ncols = (2 , 2 ),
69
- axes_pad = 0.1 ,
70
- label_mode = "1" ,
71
- share_all = True ,
69
+ axes_pad = 0.1 ,
70
+ label_mode = "1" ,
71
+ share_all = True ,
72
72
cbar_location = "top" ,
73
73
cbar_mode = "each" ,
74
74
cbar_size = "7%" ,
@@ -94,9 +94,9 @@ def demo_grid_with_each_cbar_labelled(fig):
94
94
95
95
grid = AxesGrid (F , 144 , # similar to subplot(144)
96
96
nrows_ncols = (2 , 2 ),
97
- axes_pad = (0.45 , 0.15 ),
98
- label_mode = "1" ,
99
- share_all = True ,
97
+ axes_pad = (0.45 , 0.15 ),
98
+ label_mode = "1" ,
99
+ share_all = True ,
100
100
cbar_location = "right" ,
101
101
cbar_mode = "each" ,
102
102
cbar_size = "7%" ,
You can’t perform that action at this time.
0 commit comments