Skip to content

Commit

Permalink
Clarified documentation of despine (#2140)
Browse files Browse the repository at this point in the history
* clarified documentation of despine

* improved wording
  • Loading branch information
e-dorigatti committed Jun 15, 2020
1 parent ca22f90 commit 2d6f86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seaborn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ def despine(fig=None, ax=None, top=True, right=True, left=False,
"""Remove the top and right spines from plot(s).
fig : matplotlib figure, optional
Figure to despine all axes of, default uses current figure.
Figure to despine all axes of, defaults to the current figure.
ax : matplotlib axes, optional
Specific axes object to despine.
Specific axes object to despine. Ignored if fig is provided.
top, right, left, bottom : boolean, optional
If True, remove that spine.
offset : int or dict, optional
Expand Down

0 comments on commit 2d6f86a

Please sign in to comment.