File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Original file line number Diff line number Diff line change @@ -1996,13 +1996,11 @@ def __init__(self, nbins=None, **kwargs):
1996
1996
If True, autoscaling will result in a range symmetric about zero.
1997
1997
1998
1998
prune : {'lower', 'upper', 'both', None}, default: None
1999
- Remove edge ticks -- useful for stacked or ganged plots where
2000
- the upper tick of one axes overlaps with the lower tick of the
2001
- axes above it, primarily when :rc:`axes.autolimit_mode` is
2002
- ``'round_numbers'``. If ``prune=='lower'``, the smallest tick will
2003
- be removed. If ``prune == 'upper'``, the largest tick will be
2004
- removed. If ``prune == 'both'``, the largest and smallest ticks
2005
- will be removed. If *prune* is *None*, no ticks will be removed.
1999
+ Remove the 'lower' tick, the 'upper' tick, or ticks on 'both' sides
2000
+ *if they fall exactly on an axis' edge* (this typically occurs when
2001
+ :rc:`axes.autolimit_mode` is 'round_numbers'). Removing such ticks
2002
+ is mostly useful for stacked or ganged plots, where the upper tick
2003
+ of an axes overlaps with the lower tick of the axes above it.
2006
2004
2007
2005
min_n_ticks : int, default: 2
2008
2006
Relax *nbins* and *integer* constraints if necessary to obtain
You can’t perform that action at this time.
0 commit comments