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

Method direction

lib/matplotlib/widgets.py:2913–2915  ·  view source on GitHub ↗

Direction of the span selector: 'vertical' or 'horizontal'.

(self)

Source from the content-addressed store, hash-verified

2911
2912 @property
2913 def direction(self):
2914 """Direction of the span selector: 'vertical' or 'horizontal'."""
2915 return self._direction
2916
2917 @direction.setter
2918 def direction(self, direction):

Callers

nothing calls this directly

Calls 3

new_axesMethod · 0.95
_setup_edge_handlesMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected