Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Oct 10, 2021
1 parent 1fcf7b8 commit 2304091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cartesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@
# `proplot.axes.CartesianAxes.format` keyword arguments like `xspineloc`
# (shorthand `xloc`), `xtickloc`, `xticklabelloc`, and `xlabelloc`. Valid
# locations include ``'left'``, ``'right'``, ``'top'``, ``'bottom'``, ``'neither'``,
# ``'none'``, or ``'both'``. Spine locations can also be set to a coordinate
# `matplotlib.spines.Spine.set_position` position, e.g. ``'zero'`` or
# ``'none'``, or ``'both'``. Spine locations can also be set to a valid
# `~matplotlib.spines.Spine.set_position` value, e.g. ``'zero'`` or
# ``('axes', 1.5)``. The top or right spine is used when the coordinate is
# more than halfway across the axes. This is often convenient when passing
# e.g. `loc` or `spineloc` to :ref:`"alternate" axes commands <ug_alt>`.
Expand Down

0 comments on commit 2304091

Please sign in to comment.