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

Method is_horizontal

lib/matplotlib/collections.py:1995–1997  ·  view source on GitHub ↗

True if the eventcollection is horizontal, False if vertical.

(self)

Source from the content-addressed store, hash-verified

1993 extend_positions = append_positions = add_positions
1994
1995 def is_horizontal(self):
1996 """True if the eventcollection is horizontal, False if vertical."""
1997 return self._is_horizontal
1998
1999 def get_orientation(self):
2000 """

Callers 11

get_positionsMethod · 0.95
set_positionsMethod · 0.95
get_orientationMethod · 0.95
switch_orientationMethod · 0.95
set_orientationMethod · 0.95
set_linelengthMethod · 0.95
set_lineoffsetMethod · 0.95

Calls

no outgoing calls