File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010The module uses Matplotlib's `matplotlib.units` mechanism to convert from
1111strings 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.
1313"""
1414from __future__ import (absolute_import , division , print_function ,
1515 unicode_literals )
@@ -124,7 +124,7 @@ def __init__(self, units_mapping):
124124 """
125125 Parameters
126126 -----------
127- units: dict
127+ units_mapping : Dict[str, int]
128128 string:integer mapping
129129 """
130130 self ._units = units_mapping
@@ -142,7 +142,7 @@ def __init__(self, units_mapping):
142142 """
143143 Parameters
144144 ----------
145- units: dict
145+ units_mapping : Dict[Str, int]
146146 string:integer mapping
147147 """
148148 self ._units = units_mapping
You can’t perform that action at this time.
0 commit comments