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 347c408 commit b9fba92Copy full SHA for b9fba92
1 file changed
lib/matplotlib/axis.py
@@ -1847,9 +1847,10 @@ def _get_label(self):
1847
size=rcParams['axes.labelsize'],
1848
weight=rcParams['axes.labelweight']),
1849
color=rcParams['axes.labelcolor'],
1850
- verticalalignment='center',
1851
- horizontalalignment='right',
+ verticalalignment='bottom',
+ horizontalalignment='center',
1852
rotation='vertical',
1853
+ rotation_mode='anchor',
1854
)
1855
label.set_transform(mtransforms.blended_transform_factory(
1856
mtransforms.IdentityTransform(), self.axes.transAxes))
0 commit comments