subplot
Define a new subpanel in Matlab/Octave style
Call signature:
subplot(rows, cols, r=None, c=None)
Help text:
subplot(rows, cols, idx) defines a new subpanel in Matlab/Octave style.
Note that idx counts from 0, unlike in Matlab/Octave.
subplot(rows, cols, r, c) specifies row and column.
id = subplot(...) returns the id of the subpanel, for use with panel.
Download pdf