From 083535603f61fe49decc319fa16fef992e3ad18b Mon Sep 17 00:00:00 2001 From: joelostblom Date: Wed, 27 Jun 2018 10:08:45 -0400 Subject: [PATCH] Add missing `.` to rcParam --- lib/matplotlib/figure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index 81ecfe9781bd..c96d787d46a4 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -700,7 +700,7 @@ def suptitle(self, t, **kwargs): The font size of the text. See `.Text.set_size` for possible values. - fontweight, weight : default: :rc:`figuretitleweight` + fontweight, weight : default: :rc:`figure.titleweight` The font weight of the text. See `.Text.set_weight` for possible values.