autofig.axes.AxDimensionZ.get_lim (function)


def get_lim(self, pad=None, i=None)

Compute the adopted axes limits at a given value of i, given the value of autofig.axes.AxDimension.lim and autofig.axes.AxDimension.pad (or pad).

See also:

Arguments

  • pad (float, optional, default=None): override the padding. If not provided or None, will use autofig.axes.AxDimension.pad.
  • i (float, optional, default=None): the value to use for i when computing visible data and limits.

Returns