Parameters: |
- fig :
matplotlib.figure.Figure
- args : tuple (numRows, numCols, plotNum)
The array of subplots in the figure has dimensions numRows,
numCols, and plotNum is the number of the subplot
being created. plotNum starts at 1 in the upper left
corner and increases to the right.
If numRows <= numCols <= plotNum < 10, args can be the
decimal integer numRows * 100 + numCols * 10 + plotNum.
|