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

Skip to content

Commit 0835356

Browse files
committed
Add missing . to rcParam
1 parent fae6a33 commit 0835356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def suptitle(self, t, **kwargs):
700700
The font size of the text. See `.Text.set_size` for possible
701701
values.
702702
703-
fontweight, weight : default: :rc:`figuretitleweight`
703+
fontweight, weight : default: :rc:`figure.titleweight`
704704
The font weight of the text. See `.Text.set_weight` for possible
705705
values.
706706

0 commit comments

Comments
 (0)