CartesianAxes.dualy¶
- CartesianAxes.dualy(funcscale, **kwargs)[source]¶
Return a secondary y axis for denoting equivalent y coordinates in alternate units.
- Parameters
funcscale (function, (function, function), or scale-spec) – Used to transform units from the parent axis to the secondary axis. This can be a
FuncScaleitself or a function, (function, function) tuple, or an axis scale specification interpreted by theScaleconstructor function, any of which will be used to build aFuncScaleand applied to the dual axis (seeFuncScalefor details).lim, reverse, scale, label, tickdir, grid, gridminor, tickminor, ticklabeldir, tickrange, wraprange, rotation, formatter, ticklabels, ticks, locator, minorticks, minorlocator, bounds, margin, color, ticklen, linewidth, gridcolor, label_kw, scale_kw, locator_kw, formatter_kw, minorlocator_kw (optional) – Prepended with
'y'and passed toAxes.format.