Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f49bbd5

Browse filesBrowse files
committed
changed line to 'alias for set_multialignment'
1 parent d046efb commit f49bbd5
Copy full SHA for f49bbd5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/text.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/text.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ def set_horizontalalignment(self, align):
990990
self.stale = True
991991

992992
def set_ma(self, align):
993-
'alias for set_verticalalignment'
993+
'alias for set_multialignment'
994994
self.set_multialignment(align)
995995

996996
def set_multialignment(self, align):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.