Skip to content

Commit 8c0775e

Browse files
committed
Move parameter description
1 parent 47b2ca0 commit 8c0775e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/matplotlib/contour.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -968,14 +968,13 @@ def _ensure_locator_exists(self, N):
968968
"""
969969
Set a locator on this ContourSet if it's not already set.
970970
971-
If *N* is an int, it is used as the target number of levels.
972-
Otherwise when *N* is None, a reasonable default is chosen;
973-
for logscales the LogLocator chooses, N=7 is the default
974-
otherwise.
975-
976971
Parameters
977972
----------
978973
N : int or None
974+
If *N* is an int, it is used as the target number of levels.
975+
Otherwise when *N* is None, a reasonable default is chosen;
976+
for logscales the LogLocator chooses, N=7 is the default
977+
otherwise.
979978
"""
980979
if self.locator is None:
981980
if self.logscale:

0 commit comments

Comments
 (0)