MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / inverted

Method inverted

lib/matplotlib/tests/test_axes.py:8540–8541  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8538 return values + self.dx
8539
8540 def inverted(self):
8541 return _Translation(-self.dx)
8542
8543
8544@image_comparison(['secondary_xy.png'], style='mpl20',

Callers 15

apply_aspectMethod · 0.45
handle_single_axisMethod · 0.45
format_coordMethod · 0.45
start_panMethod · 0.45
set_functionsMethod · 0.45
test__buttons_callbacksFunction · 0.45
test_range_sliderFunction · 0.45
_get_simplifiedFunction · 0.45

Calls 1

_TranslationClass · 0.85

Tested by

no test coverage detected