c0f839bf9b332c410f393ed330271fbcf8128f40,lib/matplotlib/text.py,Text,set_verticalalignment,#Text#Any#,1123
Before Change
----------
align : {"center", "top", "bottom", "baseline", "center_baseline"}
legal = ("top", "bottom", "center", "baseline", "center_baseline")
if align not in legal:
raise ValueError("Vertical alignment must be one of %s" %
str(legal))
self._verticalalignment = align
self.stale = True
def set_text(self, s):
After Change
----------
align : {"center", "top", "bottom", "baseline", "center_baseline"}
cbook._check_in_list(
["top", "bottom", "center", "baseline", "center_baseline"],
align=align)
self._verticalalignment = align
self.stale = True
def set_text(self, s):
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 11
Instances
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/text.py
Class Name: Text
Method Name: set_verticalalignment
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/text.py
Class Name: Text
Method Name: set_verticalalignment
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/text.py
Class Name: Text
Method Name: set_horizontalalignment
Project Name: matplotlib/matplotlib
Commit Name: 93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e
Time: 2019-02-23
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/text.py
Class Name: Text
Method Name: set_multialignment
Project Name: matplotlib/matplotlib
Commit Name: 93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e
Time: 2019-02-23
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/text.py
Class Name: Text
Method Name: set_verticalalignment
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/text.py
Class Name: Text
Method Name: set_multialignment
Project Name: matplotlib/matplotlib
Commit Name: 93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e
Time: 2019-02-23
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/text.py
Class Name: Text
Method Name: set_horizontalalignment