Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 500 Bytes

File metadata and controls

9 lines (7 loc) · 500 Bytes

nth_coord parameter to axisartist helpers for fixed axis

Helper APIs in .axisartist for generating a "fixed" axis on rectilinear axes (.FixedAxisArtistHelperRectilinear) no longer take a nth_coord parameter. That parameter is entirely inferred from the (required) loc parameter.

For curvilinear axes, the nth_coord parameter remains supported (it affects the ticks, not the axis position itself), but it is now keyword-only.