Data.subplot

Data.subplot(*args, **kargs)

Pass throuygh for matplotlib.pyplot.subplot().

Parameters:
  • rows (int) – If this is the only argument, then a three digit number representing the rows,columns,index arguments. If separate rows, column and index are provided, then this is the number of rows of sub-plots in one figure.

  • columns (int) – The number of columns of sub-plots in one figure.

  • index (int) – Index (1 based) of the current sub-plot.

Returns:

A matplotlib.Axes instance representing the current sub-plot

As well as passing through to the plyplot routine of the same name, this function maintains a list of the current sub-plot axes via the subplots attribute.