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 990f4c0

Browse filesBrowse files
committed
Add inheritance diagram to mpl.ticker
1 parent a9d1052 commit 990f4c0
Copy full SHA for 990f4c0

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+6
-1
lines changed

‎doc/api/ticker_api.rst

Copy file name to clipboardExpand all lines: doc/api/ticker_api.rst
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
:members:
77
:undoc-members:
88
:show-inheritance:
9+
10+
11+
.. inheritance-diagram:: matplotlib.ticker
12+
:parts: 1

‎lib/matplotlib/ticker.py

Copy file name to clipboardExpand all lines: lib/matplotlib/ticker.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,11 @@
181181
'LogFormatterExponent', 'LogFormatterMathtext',
182182
'IndexFormatter', 'LogFormatterSciNotation',
183183
'LogitFormatter', 'EngFormatter', 'PercentFormatter',
184+
'OldScalarFormatter',
184185
'Locator', 'IndexLocator', 'FixedLocator', 'NullLocator',
185186
'LinearLocator', 'LogLocator', 'AutoLocator',
186187
'MultipleLocator', 'MaxNLocator', 'AutoMinorLocator',
187-
'SymmetricalLogLocator', 'LogitLocator')
188+
'SymmetricalLogLocator', 'LogitLocator', 'OldAutoLocator')
188189

189190

190191
def _mathdefault(s):

0 commit comments

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