Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6a5b5b

Browse files
committed
DOC Removed trailing whitespaces
1 parent 8843ff4 commit e6a5b5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ def semilogy(self, *args, **kwargs):
16081608
plot. See :meth:`~matplotlib.axes.Axes.set_yscale` for
16091609
details.
16101610
1611-
nonposy : {'mask' | 'clip'} str
1611+
nonposy : {'mask' | 'clip'} str
16121612
Non-positive values in `y` can be masked as
16131613
invalid, or clipped to a very small positive number.
16141614
@@ -1618,17 +1618,17 @@ def semilogy(self, *args, **kwargs):
16181618
Line instance of the plot.
16191619
16201620
Other Parameters
1621-
----------------
1621+
----------------
16221622
kwargs : `~matplotlib.lines.Line2D` properties,
1623-
`~matplotlib.pylab.plot` and
1623+
`~matplotlib.pylab.plot` and
16241624
`matplotlib.axes.Axes.set_yscale` arguments.
16251625
16261626
%(Line2D)s
16271627
16281628
See also
16291629
--------
16301630
:meth:`loglog`: For example code and figure.
1631-
1631+
16321632
"""
16331633
if not self._hold:
16341634
self.cla()

0 commit comments

Comments
 (0)