Graphics |
The subplot
function creates multiple axes in one figure by computing values for Position
that produce the specified number of axes.
The subplot
function is useful for laying out a number of graphs equally spaced in the figure. However, overlapping axes can create some other useful effects. The following two sections provides examples:
Positioning Axes | Placing Text Outside the Axes |