mpl_toolkits.axes_grid1.
SubplotDivider
(fig, *args, **kwargs)¶The Divider class whose rectangle area is specified as a subplot geometry.
Parameters: | fig : args : tuple (numRows, numCols, plotNum)
|
---|
change_geometry
(numrows, numcols, num)¶change subplot geometry, e.g., from 1,1,1 to 2,2,3
get_geometry
()¶get the subplot geometry, e.g., 2,2,3
get_position
()¶return the bounds of the subplot box
get_subplotspec
()¶get the SubplotSpec instance
set_subplotspec
(subplotspec)¶set the SubplotSpec instance
update_params
()¶update the subplot position from fig.subplotpars
mpl_toolkits.axes_grid1.SubplotDivider
¶