autofig.call.Plot.init (function)


def __init__(self, x=None, y=None, z=None, c=None, s=None, i=None, xerror=None, xunit=None, xlabel=None, yerror=None, yunit=None, ylabel=None, zerror=None, zunit=None, zlabel=None, cunit=None, clabel=None, cmap=None, sunit=None, slabel=None, smap=None, smode=None, iunit=None, itol=0.0, axorder=None, axpos=None, title=None, label=None, marker=None, linestyle=None, linebreak=None, highlight=True, uncover=False, trail=False, consider_for_limits=True, **kwargs)

Create a autofig.call.Plot object which defines a single call to matplotlib.

See also:

Note that the following keyword arguments are not allowed and will raise an error suggesting the appropriate autofig argument:

  • markersize or ms: use size or s
  • linewidth or lw: use size or s

Arguments

Returns