
    WhF                     .    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    ^/var/www/html/jupyter_env/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.xsrc.       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.y2   r   r   c                     || d<   y )Nr   r   r   s     r   r   zStarts.yA   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.ysrcE   r   r   c                     || d<   y )Nr   r   r   s     r   r   zStarts.ysrcS   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.zW   r   r   c                     || d<   y )Nr	   r   r   s     r   r	   zStarts.zf   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.zsrcj   r   r   c                     || d<   y )Nr   r   r   s     r   r   zStarts.zsrcx   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         	|   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	||       | j                  d
||       | j                  d||       | j                  d||       | j                  d||       | j                  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   )super__init__r(   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr*   _set_property_process_kwargs)
r   argr   r
   r   r   r	   r   kwargsr.   s
            r   r,   zStarts.__init__   s3   V 	"!),DL;CT^^,$$&CT"**S/C ? @ @
 $ZZ>K63Q'63-3Q'63-3Q'63-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      sP   ##I:L  XX    
[[    XX    
[[    XX    
[[   0 


F# F#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper2   r1   r   r   r   r   <module>rE      s    S Q#$ Q#r   