
    g3                     .    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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 )Starts
streamtubezstreamtube.starts>   xyzxsrcysrczsrcc                     | d   S )a  
        Sets the x components of the starting position of the
        streamtubes

        The 'x' property is an array that may be specified as a tuple,
        list, numpy array, or pandas Series

        Returns
        -------
        numpy.ndarray
        r    selfs    a/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/graph_objs/streamtube/_starts.pyr   zStarts.x        Cy    c                     || d<   y )Nr   r   r   vals     r   r   zStarts.x       S	r   c                     | d   S )z
        Sets the source reference on Chart Studio Cloud for `x`.

        The 'xsrc' property must be specified as a string or
        as a plotly.grid_objs.Column object

        Returns
        -------
        str
        r
   r   r   s    r   r
   zStarts.xsrc$        F|r   c                     || d<   y )Nr
   r   r   s     r   r
   zStarts.xsrc2       Vr   c                     | d   S )a  
        Sets the y components of the starting position of the
        streamtubes

        The 'y' property is an array that may be specified as a tuple,
        list, numpy array, or pandas Series

        Returns
        -------
        numpy.ndarray
        r   r   r   s    r   r   zStarts.y8   r   r   c                     || d<   y )Nr   r   r   s     r   r   zStarts.yG   r   r   c                     | d   S )z
        Sets the source reference on Chart Studio Cloud for `y`.

        The 'ysrc' property must be specified as a string or
        as a plotly.grid_objs.Column object

        Returns
        -------
        str
        r   r   r   s    r   r   zStarts.ysrcM   r   r   c                     || d<   y )Nr   r   r   s     r   r   zStarts.ysrc[   r   r   c                     | d   S )a  
        Sets the z components of the starting position of the
        streamtubes

        The 'z' property is an array that may be specified as a tuple,
        list, numpy array, or pandas Series

        Returns
        -------
        numpy.ndarray
        r	   r   r   s    r   r	   zStarts.za   r   r   c                     || d<   y )Nr	   r   r   s     r   r	   zStarts.zp   r   r   c                     | d   S )z
        Sets the source reference on Chart Studio Cloud for `z`.

        The 'zsrc' property must be specified as a string or
        as a plotly.grid_objs.Column object

        Returns
        -------
        str
        r   r   r   s    r   r   zStarts.zsrcv   r   r   c                     || d<   y )Nr   r   r   s     r   r   zStarts.zsrc   r   r   c                      y)NaN          x
            Sets the x components of the starting position of the
            streamtubes
        xsrc
            Sets the source reference on Chart Studio Cloud for
            `x`.
        y
            Sets the y components of the starting position of the
            streamtubes
        ysrc
            Sets the source reference on Chart Studio Cloud for
            `y`.
        z
            Sets the z components of the starting position of the
            streamtubes
        zsrc
            Sets the source reference on Chart Studio Cloud for
            `z`.
        r   r   s    r   _prop_descriptionszStarts._prop_descriptions   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d      }	||n|	}	|	|	| d<   |j                  dd      }	||n|	}	|	|	| d<   |j                  dd      }	||n|	}	|	|	| d<    | j                  di t        |fi | d| _        y)ao  
        Construct a new Starts object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.streamtube.Starts`
        x
            Sets the x components of the starting position of the
            streamtubes
        xsrc
            Sets the source reference on Chart Studio Cloud for
            `x`.
        y
            Sets the y components of the starting position of the
            streamtubes
        ysrc
            Sets the source reference on Chart Studio Cloud for
            `y`.
        z
            Sets the z components of the starting position of the
            streamtubes
        zsrc
            Sets the source reference on Chart Studio Cloud for
            `z`.

        Returns
        -------
        Starts
        starts_parentNzThe first argument to the plotly.graph_objs.streamtube.Starts
constructor must be a dict or
an instance of :class:`plotly.graph_objs.streamtube.Starts`skip_invalidF	_validateTr   r
   r   r   r	   r   r   )superr   __init__r(   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr*   _process_kwargs)r   argr   r
   r   r   r	   r   kwargs_vr.   s             r   r,   zStarts.__init__   s   V 	fd$X.!),DL ;CT^^,$$&CT"**S/C?  $ZZ>K6 WWS$-QR>DIWWVT"%T2>DLWWS$-QR>DIWWVT"%T2>DLWWS$-QR>DIWWVT"%T2>DL 	3tC2623 #r   )NNNNNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr   setterr
   r   r   r	   r   r%   r,   __classcell__)r.   s   @r   r   r      sT    $#I:L   XX 
   
[[ 
   XX 
   
[[ 
   XX 
   
[[ 
  0 


g# g#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper2   r1   r   r   r   r   <module>rE      s    R C#$ C#r   