2
2
import copy as _copy
3
3
4
4
5
- class Grouptitle_font (_BaseLayoutHierarchyType ):
5
+ class Grouptitlefont (_BaseLayoutHierarchyType ):
6
6
7
7
# class properties
8
8
# --------------------
@@ -324,7 +324,7 @@ def __init__(
324
324
** kwargs ,
325
325
):
326
326
"""
327
- Construct a new Grouptitle_font object
327
+ Construct a new Grouptitlefont object
328
328
329
329
Sets the font for group titles in legend. Defaults to
330
330
`legend.font` with its size increased about 10%.
@@ -334,7 +334,7 @@ def __init__(
334
334
arg
335
335
dict of properties compatible with this constructor or
336
336
an instance of
337
- :class:`plotly.graph_objs.layout.legend.Grouptitle_font `
337
+ :class:`plotly.graph_objs.layout.legend.Grouptitlefont `
338
338
color
339
339
340
340
family
@@ -376,9 +376,9 @@ def __init__(
376
376
377
377
Returns
378
378
-------
379
- Grouptitle_font
379
+ Grouptitlefont
380
380
"""
381
- super (Grouptitle_font , self ).__init__ ("grouptitlefont" )
381
+ super (Grouptitlefont , self ).__init__ ("grouptitlefont" )
382
382
383
383
if "_parent" in kwargs :
384
384
self ._parent = kwargs ["_parent" ]
@@ -395,9 +395,9 @@ def __init__(
395
395
else :
396
396
raise ValueError (
397
397
"""\
398
- The first argument to the plotly.graph_objs.layout.legend.Grouptitle_font
398
+ The first argument to the plotly.graph_objs.layout.legend.Grouptitlefont
399
399
constructor must be a dict or
400
- an instance of :class:`plotly.graph_objs.layout.legend.Grouptitle_font `"""
400
+ an instance of :class:`plotly.graph_objs.layout.legend.Grouptitlefont `"""
401
401
)
402
402
403
403
# Handle skip_invalid
0 commit comments