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

Method flipy

lib/matplotlib/backend_bases.py:609–615  ·  view source on GitHub ↗

Return whether y values increase from top to bottom. Note that this only affects drawing of texts.

(self)

Source from the content-addressed store, hash-verified

607 return w, h, d
608
609 def flipy(self):
610 """
611 Return whether y values increase from top to bottom.
612
613 Note that this only affects drawing of texts.
614 """
615 return True
616
617 def get_canvas_width_height(self):
618 """Return the canvas width and height in display coords."""

Callers 2

_draw_text_as_pathMethod · 0.95
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected