@@ -378,7 +378,7 @@ def _suplabels(self, t, info, **kwargs):
378
378
self .stale = True
379
379
return suplab
380
380
381
- @_docstring .Substitution (x0 = 0.5 , y0 = 0.98 , name = 'suptitle ' , ha = 'center' ,
381
+ @_docstring .Substitution (x0 = 0.5 , y0 = 0.98 , name = 'super title ' , ha = 'center' ,
382
382
va = 'top' , rc = 'title' )
383
383
@_docstring .copy (_suplabels )
384
384
def suptitle (self , t , ** kwargs ):
@@ -393,7 +393,7 @@ def get_suptitle(self):
393
393
text_obj = self ._suptitle
394
394
return "" if text_obj is None else text_obj .get_text ()
395
395
396
- @_docstring .Substitution (x0 = 0.5 , y0 = 0.01 , name = 'supxlabel ' , ha = 'center' ,
396
+ @_docstring .Substitution (x0 = 0.5 , y0 = 0.01 , name = 'super xlabel ' , ha = 'center' ,
397
397
va = 'bottom' , rc = 'label' )
398
398
@_docstring .copy (_suplabels )
399
399
def supxlabel (self , t , ** kwargs ):
@@ -408,7 +408,7 @@ def get_supxlabel(self):
408
408
text_obj = self ._supxlabel
409
409
return "" if text_obj is None else text_obj .get_text ()
410
410
411
- @_docstring .Substitution (x0 = 0.02 , y0 = 0.5 , name = 'supylabel ' , ha = 'left' ,
411
+ @_docstring .Substitution (x0 = 0.02 , y0 = 0.5 , name = 'super ylabel ' , ha = 'left' ,
412
412
va = 'center' , rc = 'label' )
413
413
@_docstring .copy (_suplabels )
414
414
def supylabel (self , t , ** kwargs ):
0 commit comments