Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb2e612

Browse files
committed
add titleweight rc param
1 parent 71cc71a commit fb2e612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ def __call__(self, s):
576576
'axes.linewidth': [1.0, validate_float], # edge linewidth
577577
'axes.titlesize': ['large', validate_fontsize], # fontsize of the
578578
# axes title
579+
'axes.titleweight': ['normal', six.text_type], # font weight of axes title
579580
'axes.grid': [False, validate_bool], # display grid or not
580581
'axes.grid.which': ['major', validate_axis_locator], # set wether the gid are by
581582
# default draw on 'major'

0 commit comments

Comments
 (0)