plotly.graph_objects.layout.polar.radialaxis package¶
-
class
plotly.graph_objects.layout.polar.radialaxis.Autorangeoptions(arg=None, clipmax=None, clipmin=None, include=None, includesrc=None, maxallowed=None, minallowed=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseLayoutHierarchyType-
property
clipmax¶ Clip autorange maximum if it goes beyond this value. Has no effect when
autorangeoptions.maxallowedis provided.The ‘clipmax’ property accepts values of any type
- Returns
- Return type
Any
-
property
clipmin¶ Clip autorange minimum if it goes beyond this value. Has no effect when
autorangeoptions.minallowedis provided.The ‘clipmin’ property accepts values of any type
- Returns
- Return type
Any
-
property
include¶ Ensure this value is included in autorange.
The ‘include’ property accepts values of any type
- Returns
- Return type
Any|numpy.ndarray
-
property
includesrc¶ Sets the source reference on Chart Studio Cloud for
include.The ‘includesrc’ property must be specified as a string or as a plotly.grid_objs.Column object
- Returns
- Return type
-
property
maxallowed¶ Use this value exactly as autorange maximum.
The ‘maxallowed’ property accepts values of any type
- Returns
- Return type
Any
-
property
minallowed¶ Use this value exactly as autorange minimum.
The ‘minallowed’ property accepts values of any type
- Returns
- Return type
Any
-
property
-
class
plotly.graph_objects.layout.polar.radialaxis.Tickfont(arg=None, color=None, family=None, lineposition=None, shadow=None, size
