Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ inverted
Method
inverted
lib/mpl_toolkits/axisartist/grid_finder.py:124–126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
122
return
np.transpose(self._forward(*np.transpose(values)))
123
124
def
inverted(self):
125
# docstring inherited
126
return
type(self)(self._backward, self._forward)
127
128
129
class
GridFinder:
Callers
15
__init__
Method · 0.45
_autoscale_axis
Method · 0.45
_set_lim3d
Method · 0.45
_untransform_point
Method · 0.45
_set_lims_from_transformed
Method · 0.45
errorbar
Method · 0.45
draw
Method · 0.45
test_scale3d_transform_roundtrip
Function · 0.45
update_lim
Method · 0.45
get_axislabel_pos_angle
Method · 0.45
_update_grid
Method · 0.45
get_grid_info
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_scale3d_transform_roundtrip
Function · 0.36