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 71cc71a commit fb2e612Copy full SHA for fb2e612
lib/matplotlib/rcsetup.py
@@ -576,6 +576,7 @@ def __call__(self, s):
576
'axes.linewidth': [1.0, validate_float], # edge linewidth
577
'axes.titlesize': ['large', validate_fontsize], # fontsize of the
578
# axes title
579
+ 'axes.titleweight': ['normal', six.text_type], # font weight of axes title
580
'axes.grid': [False, validate_bool], # display grid or not
581
'axes.grid.which': ['major', validate_axis_locator], # set wether the gid are by
582
# default draw on 'major'
0 commit comments