
    [6g.                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )SceneValidatorscenelayoutc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strScene	data_docsa5	  
            annotations
                A tuple of :class:`plotly.graph_objects.layout.
                scene.Annotation` instances or dicts with
                compatible properties
            annotationdefaults
                When used in a template (as layout.template.lay
                out.scene.annotationdefaults), sets the default
                property values to use for elements of
                layout.scene.annotations
            aspectmode
                If "cube", this scene's axes are drawn as a
                cube, regardless of the axes' ranges. If
                "data", this scene's axes are drawn in
                proportion with the axes' ranges. If "manual",
                this scene's axes are drawn in proportion with
                the input of "aspectratio" (the default
                behavior if "aspectratio" is provided). If
                "auto", this scene's axes are drawn using the
                results of "data" except when one axis is more
                than four times the size of the two others,
                where in that case the results of "cube" are
                used.
            aspectratio
                Sets this scene's axis aspectratio.
            bgcolor

            camera
                :class:`plotly.graph_objects.layout.scene.Camer
                a` instance or dict with compatible properties
            domain
                :class:`plotly.graph_objects.layout.scene.Domai
                n` instance or dict with compatible properties
            dragmode
                Determines the mode of drag interactions for
                this scene.
            hovermode
                Determines the mode of hover interactions for
                this scene.
            uirevision
                Controls persistence of user-driven changes in
                camera attributes. Defaults to
                `layout.uirevision`.
            xaxis
                :class:`plotly.graph_objects.layout.scene.XAxis
                ` instance or dict with compatible properties
            yaxis
                :class:`plotly.graph_objects.layout.scene.YAxis
                ` instance or dict with compatible properties
            zaxis
                :class:`plotly.graph_objects.layout.scene.ZAxis
                ` instance or dict with compatible properties
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       ^/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/layout/_scene.pyr   zSceneValidator.__init__   su    ,nd##, =	
##!::&6@@jj47 7	=	
 =	
x y=	
 =	
 =	
 =	
 =	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        >
 >
 >
 >
 >
 >
 >
 >
 >
 >
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      sK    # # # #?
 ?
 ?
 ?
 ?
]1C ?
 ?
 ?
 ?
 ?
r   