gsplot.figure.axes#

Deprecated forwarding shim for gsplot.figure.axes.

Functions

axes([store, size, unit, mosaic, clear, ion])

Adapt the old flat-list axes helper to explicit canonical subplots.

axes(store=False, size=(5, 5), unit='in', mosaic='A', clear=True, ion=False, **options)#

Adapt the old flat-list axes helper to explicit canonical subplots.

Parameters:
  • store (bool)

  • size (tuple[int | float, int | float])

  • unit (str)

  • mosaic (Any)

  • clear (bool)

  • ion (bool)

  • options (Any)

Return type:

list[Axes]