
    gJ                     .    d dl mZ d dlZ G d de      Zy)    )BaseTraceHierarchyTypeNc                        e Zd ZdZdZh dZed        Zej                  d        Zed        Z	e	j                  d        Z	ed        Z
e
j                  d	        Z
ed
        Zd fd	Z xZS )Yzscatter3d.projectionzscatter3d.projection.y>   showscaleopacityc                     | d   S )z
        Sets the projection color.

        The 'opacity' property is a number and may be specified as:
          - An int or float in the interval [0, 1]

        Returns
        -------
        int|float
        r    selfs    f/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/graph_objs/scatter3d/projection/_y.pyr   z	Y.opacity   s     I    c                     || d<   y )Nr   r
   r   vals     r   r   z	Y.opacity   s    Yr   c                     | d   S )a  
        Sets the scale factor determining the size of the projection
        marker points.

        The 'scale' property is a number and may be specified as:
          - An int or float in the interval [0, 10]

        Returns
        -------
        int|float
        r   r
   r   s    r   r   zY.scale#   s     G}r   c                     || d<   y )Nr   r
   r   s     r   r   zY.scale2   s    Wr   c                     | d   S )z
        Sets whether or not projections are shown along the y axis.

        The 'show' property must be specified as a bool
        (either True, or False)

        Returns
        -------
        bool
        r   r
   r   s    r   r   zY.show8   s     F|r   c                     || d<   y )Nr   r
   r   s     r   r   zY.showF   s    Vr   c                      y)Na          opacity
            Sets the projection color.
        scale
            Sets the scale factor determining the size of the
            projection marker points.
        show
            Sets whether or not projections are shown along the y
            axis.
        r
   r   s    r   _prop_descriptionszY._prop_descriptionsL   s    	r   c           	      `   t         t        |   d       d|v r|d   | _        y|i }nXt	        || j
                        r|j                         }n1t	        |t              rt        j                  |      }nt        d      |j                  dd      | _        |j                  dd      | _        |j                  d	d      }||n|}||| d	<   |j                  d
d      }||n|}||| d
<   |j                  dd      }||n|}||| d<    | j                  di t        |fi | d| _        y)a.  
        Construct a new Y object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.scatter3d.projection.Y`
        opacity
            Sets the projection color.
        scale
            Sets the scale factor determining the size of the
            projection marker points.
        show
            Sets whether or not projections are shown along the y
            axis.

        Returns
        -------
        Y
        y_parentNzThe first argument to the plotly.graph_objs.scatter3d.projection.Y
constructor must be a dict or
an instance of :class:`plotly.graph_objs.scatter3d.projection.Y`skip_invalidF	_validateTr   r   r   r
   )superr   __init__r   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr   _process_kwargs)r   argr   r   r   kwargs_vr    s          r   r   z
Y.__init__Y   sM   . 	a$!),DL ;CT^^,$$&CT"**S/CD  $ZZ>K6 WWY%+W> DOWWWd#'UR>DMWWVT"%T2>DL 	3tC2623 #r   )NNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr   setterr   r   r   r   __classcell__)r    s   @r   r   r      s     .(I/L   ^^ 
   \\ 
   
[[ 
 
 
G# G#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper$   r#   r   r
   r   r   <module>r7      s    R [# [#r   