Skip to content

Commit

Permalink
Modified docstring of the set_ylabel and set_xlabel methods
Browse files Browse the repository at this point in the history
  • Loading branch information
high-in-entropy committed Feb 28, 2019
1 parent 9a8df49 commit af10a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/axes/_axes.py
Expand Up @@ -206,7 +206,7 @@ def set_xlabel(self, xlabel, fontdict=None, labelpad=None, **kwargs):
The label text.
labelpad : scalar, optional, default: None
Spacing in points between the label and the x-axis.
Spacing in points from the axes bounding box including ticks and tick labels.
Other Parameters
----------------
Expand Down Expand Up @@ -238,7 +238,7 @@ def set_ylabel(self, ylabel, fontdict=None, labelpad=None, **kwargs):
The label text.
labelpad : scalar, optional, default: None
Spacing in points between the label and the y-axis.
Spacing in points from the axes bounding box including ticks and tick labels.
Other Parameters
----------------
Expand Down

0 comments on commit af10a6b

Please sign in to comment.