Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed as not planned
Description
Problem
axisartist by default draws ticks on the opposite side of the labels. It provides a methodTicks.set_tick_out()
to change it to draw ticks on the same side of the label. However, there is no way to draw ticks across both sides.
Proposed Solution
Please add a function toaxisartist.Ticks
that enables one to draw ticks on both sides of the axis.
Additional context and prior art
Drawing tick marks spanning an axis is acommon artistic choice and should be possible in axisartist.