8000 Add missing `.` to rcParam · matplotlib/matplotlib@0835356 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0