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 9413188 commit e8e2ca4Copy full SHA for e8e2ca4
examples/api/custom_scale_example.py
@@ -103,7 +103,7 @@ class MercatorLatitudeTransform(mtransforms.Transform):
103
input_dims = 1
104
output_dims = 1
105
is_separable = True
106
-
+ has_inverse = True
107
def __init__(self, thresh):
108
mtransforms.Transform.__init__(self)
109
self.thresh = thresh
@@ -138,6 +138,7 @@ class InvertedMercatorLatitudeTransform(mtransforms.Transform):
138
139
140
141
142
143
144
0 commit comments