Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b2ca0 commit 8c0775eCopy full SHA for 8c0775e
1 file changed
lib/matplotlib/contour.py
@@ -968,14 +968,13 @@ def _ensure_locator_exists(self, N):
968
"""
969
Set a locator on this ContourSet if it's not already set.
970
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
-
976
Parameters
977
----------
978
N : int or None
+ If *N* is an int, it is used as the target number of levels.
+ Otherwise when *N* is None, a reasonable default is chosen;
+ for logscales the LogLocator chooses, N=7 is the default
+ otherwise.
979
980
if self.locator is None:
981
if self.logscale:
0 commit comments