SubplotGrid.__setitem__

SubplotGrid.__setitem__(key, value)[source]

Add an axes.

Parameters
  • key (int or slice) – The 1D index.

  • value (proplot.axes.Axes) – The proplot subplot or its child or panel axes, or a sequence thereof if the index was a slice.