mpl_toolkits.axisartist.axes_grid.
Grid
(fig, rect, nrows_ncols, ngrids=None, direction='row', axes_pad=0.02, add_all=True, share_all=False, share_x=True, share_y=True, label_mode='L', axes_class=None)[source]¶Bases: mpl_toolkits.axes_grid1.axes_grid.Grid
Parameters: | fig :
rect : (float, float, float, float) or int
direction : {"row", "column"}, default: "row" axes_pad : float or (float, float), default: 0.02
add_all : bool, default: True share_all : bool, default: False share_x : bool, default: True share_y : bool, default: True label_mode : {"L", "1", "all"}, default: "L"
axes_class : a type that is a subclass of |
---|