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)
, orscale-spec
) – Used to transform units from the parent axis to the secondary axis. This can be aFuncScale
itself or a function, (function, function) tuple, or an axis scale specification interpreted by theScale
constructor function, any of which will be used to build aFuncScale
and applied to the dual axis (seeFuncScale
for 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
.