XYAxes.dualy

XYAxes.dualy(arg, **kwargs)[source]

Return a secondary y axis for denoting equivalent y coordinates in alternate units.

Parameters
  • arg (function, (function, function), or ScaleBase) – Used to transform units from the parent axis to the secondary axis. This can be a FuncScale itself or a function, (function, function) tuple, or ScaleBase instance used to generate a FuncScale (see FuncScale for details).

  • label, locator, formatter, ticks, ticklabels, minorlocator, minorticks, tickminor, ticklen, tickrange, tickdir, ticklabeldir, tickrotation, bounds, margin, color, linewidth, grid, gridminor, gridcolor, locator_kw, formatter_kw, minorlocator_kw, label_kw (optional) – Prepended with 'y' and passed to Axes.format.