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

Method get_stretch

lib/matplotlib/text.py:991–999  ·  view source on GitHub ↗

Return the font stretch as a string or a number. See Also -------- .font_manager.FontProperties.get_stretch

(self)

Source from the content-addressed store, hash-verified

989 return self._fontproperties.get_weight()
990
991 def get_stretch(self):
992 """
993 Return the font stretch as a string or a number.
994
995 See Also
996 --------
997 .font_manager.FontProperties.get_stretch
998 """
999 return self._fontproperties.get_stretch()
1000
1001 def get_horizontalalignment(self):
1002 """

Callers 2

_draw_text_as_textMethod · 0.45
test_font_stylesFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_font_stylesFunction · 0.36