File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
The module uses Matplotlib's `matplotlib.units` mechanism to convert from
11
11
strings to integers, provides a tick locator and formatter, and the
12
- class:`.UnitData` that creates and stores the string-to-integer mapping.
12
+ class:`.UnitData` that creates and stores the string-to-integer mapping.
13
13
"""
14
14
from __future__ import (absolute_import , division , print_function ,
15
15
unicode_literals )
@@ -124,7 +124,7 @@ def __init__(self, units_mapping):
124
124
"""
125
125
Parameters
126
126
-----------
127
- units: dict
127
+ units_mapping : Dict[str, int]
128
128
string:integer mapping
129
129
"""
130
130
self ._units = units_mapping
@@ -142,7 +142,7 @@ def __init__(self, units_mapping):
142
142
"""
143
143
Parameters
144
144
----------
145
- units: dict
145
+ units_mapping : Dict[Str, int]
146
146
string:integer mapping
147
147
"""
148
148
self ._units = units_mapping
You can’t perform that action at this time.
0 commit comments