Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eafa79b

Browse filesBrowse files
committed
Fix backward compatibility on MaxNLocator
1 parent b4aa340 commit eafa79b
Copy full SHA for eafa79b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/ticker.py

Copy file name to clipboardExpand all lines: lib/matplotlib/ticker.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ class MaxNLocator(Locator):
13411341
"""
13421342
Select no more than N intervals at nice locations.
13431343
"""
1344-
default_params = dict(nbins='auto',
1344+
default_params = dict(nbins=10,
13451345
steps=None,
13461346
trim=True,
13471347
integer=False,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.