-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
New featurestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actiontopic: ticks axis labels
Description
Problem
Currently, there are separate methods for moving the ticks and the label of an xaxis to the top or of an yaxis to the right (xaxis.tick_top(); xaxis.set_label_position("right")
). I would argue that moving them together is much more common than moving them separately, and warrants a simpler API.
Proposed Solution
Support xaxis.tick_and_label_top()
or xaxis.tick_top(move_label=True)
or some better API that I haven't thought of yet. Let's collect suggestions here as a start :)
story645
Metadata
Metadata
Assignees
Labels
New featurestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actiontopic: ticks axis labels