File tree 1 file changed +26
-26
lines changed
lib/mpl_toolkits/axes_grid1
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ def _update_locators(self):
813
813
F .subplots_adjust (left = 0.15 , right = 0.9 )
814
814
815
815
grid = Grid (F , 111 , # similar to subplot(111)
816
- nrows_ncols = (2 , 2 ),
816
+ nrows_ncols = (2 , 2 ),
817
817
direction = "row" ,
818
818
axes_pad = 0.05 ,
819
819
add_all = True ,
@@ -829,12 +829,12 @@ def _update_locators(self):
829
829
F .subplots_adjust (left = 0.05 , right = 0.98 )
830
830
831
831
grid = ImageGrid (F , 131 , # similar to subplot(111)
832
- nrows_ncols = (2 , 2 ),
833
- direction = "row" ,
834
- axes_pad = 0.05 ,
835
- add_all = True ,
836
- label_mode = "1" ,
837
- )
832
+ nrows_ncols = (2 , 2 ),
833
+ direction = "row" ,
834
+ axes_pad = 0.05 ,
835
+ add_all = True ,
836
+ label_mode = "1" ,
837
+ )
838
838
839
839
Z , extent = get_demo_image ()
840
840
plt .ioff ()
@@ -848,14 +848,14 @@ def _update_locators(self):
848
848
plt .ion ()
849
849
850
850
grid = ImageGrid (F , 132 , # similar to subplot(111)
851
- nrows_ncols = (2 , 2 ),
852
- direction = "row" ,
853
- axes_pad = 0.0 ,
854
- add_all = True ,
855
- share_all = True ,
856
- label_mode = "1" ,
857
- cbar_mode = "single" ,
858
- )
851
+ nrows_ncols = (2 , 2 ),
852
+ direction = "row" ,
853
+ axes_pad = 0.0 ,
854
+ add_all = True ,
855
+ share_all = True ,
856
+ label_mode = "1" ,
857
+ cbar_mode = "single" ,
858
+ )
859
859
860
860
Z , extent = get_demo_image ()
861
861
plt .ioff ()
@@ -871,17 +871,17 @@ def _update_locators(self):
871
871
plt .ion ()
872
872
873
873
grid = ImageGrid (F , 133 , # similar to subplot(122)
874
- nrows_ncols = (2 , 2 ),
875
- direction = "row" ,
876
- axes_pad = 0.1 ,
877
- add_all = True ,
878
- label_mode = "1" ,
879
- share_all = True ,
880
- cbar_location = "top" ,
881
- cbar_mode = "each" ,
882
- cbar_size = "7%" ,
883
- cbar_pad = "2%" ,
884
- )
874
+ nrows_ncols = (2 , 2 ),
875
+ direction = "row" ,
876
+ axes_pad = 0.1 ,
877
+ add_all = True ,
878
+ label_mode = "1" ,
879
+ share_all = True ,
880
+ cbar_location = "top" ,
881
+ cbar_mode = "each" ,
882
+ cbar_size = "7%" ,
883
+ cbar_pad = "2%" ,
884
+ )
885
885
plt .ioff ()
886
886
for i in range (4 ):
887
887
im = grid [i ].imshow (Z , extent = extent , interpolation = "nearest" )
You can’t perform that action at this time.
0 commit comments