Skip to content

Commit f9b3ad4

Browse files
committed
Remove spurious blank lines
1 parent 5717116 commit f9b3ad4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/ticker.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,6 @@ def _is_close_to_int(x):
22462246

22472247
class LogLocator(Locator):
22482248
"""
2249-
22502249
Determine the tick locations for log axes.
22512250
22522251
Place ticks on the locations : ``subs[j] * base**i``
@@ -2272,7 +2271,6 @@ class LogLocator(Locator):
22722271
of ``None`` will try to choose intelligently as long as this
22732272
Locator has already been assigned to an axis using
22742273
`~.axis.Axis.get_tick_space`, but otherwise falls back to 9.
2275-
22762274
"""
22772275

22782276
@_api.delete_parameter("3.8", "numdecs")
@@ -2444,7 +2442,6 @@ def nonsingular(self, vmin, vmax):
24442442

24452443
class SymmetricalLogLocator(Locator):
24462444
"""
2447-
24482445
Determine the tick locations for symmetric log axes.
24492446
24502447
Place ticks on the locations : ``subs[j] * base**i``
@@ -2472,7 +2469,6 @@ class SymmetricalLogLocator(Locator):
24722469
The *base*, *linthresh* and *linscale* of the symlog transform, as
24732470
documented for `.SymmetricalLogScale`. These parameters are only used
24742471
if *transform* is not set.
2475-
24762472
"""
24772473

24782474
def __init__(self, transform=None, subs=None, numticks=None,

0 commit comments

Comments
 (0)