XYAxes.twiny

XYAxes.twiny()[source]

Mimics the builtin twiny method.

Parameters

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 'x' and passed to Axes.format.

Note

This function enforces the following settngs.

  • Places the old x axis on the bottom and the new x axis on the top.

  • Makes the old top spine invisible and the new bottom, left, and right spines invisible.

  • Adjusts the x axis tick, tick label, and axis label positions according to the visible spine positions.

  • Locks the old and new y axis limits and scales, and makes the new y axis labels invisible.