Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79ff86 commit 81bd65dCopy full SHA for 81bd65d
lib/matplotlib/text.py
@@ -163,8 +163,8 @@ def __init__(self,
163
self.set_color(color)
164
self.set_usetex(usetex)
165
self.set_wrap(wrap)
166
- self._verticalalignment = verticalalignment
167
- self._horizontalalignment = horizontalalignment
+ self.set_verticalalignment(verticalalignment)
+ self.set_horizontalalignment(horizontalalignment)
168
self._multialignment = multialignment
169
self._rotation = rotation
170
self._fontproperties = fontproperties
0 commit comments