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

Method get_alignment

lib/matplotlib/legend.py:1046–1048  ·  view source on GitHub ↗

Get the alignment value of the legend box

(self)

Source from the content-addressed store, hash-verified

1044 self._legend_box.align = alignment
1045
1046 def get_alignment(self):
1047 """Get the alignment value of the legend box"""
1048 return self._legend_box.align
1049
1050 def set_title(self, title, prop=None):
1051 """

Callers 2

test_legend_alignmentFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_legend_alignmentFunction · 0.64