
    hhF                     6    d dl mZ d dlZ G d de          ZdS )    )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/histauto/venv/lib/python3.11/site-packages/plotly/graph_objs/streamtube/_starts.pyr   zStarts.x        Cy    c                     || d<   d S )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<   d S )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<   d S )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<   d S )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<   d S )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<   d S )Nr   r   r   s     r   r   zStarts.zsrcx   r   r   c                     dS )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   Nc           	         t                                          d           d|v r|d         | _        dS |i }nct          || j                  r|                                }n9t          |t                    rt          j        |          }nt          d          |
                    dd          | _        |
                    dd          | _        |                     d	||           |                     d
||           |                     d||           |                     d||           |                     d||           |                     d||            | j        di t          |fi | d| _        dS )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__   s   V 	"""!),DLF;CCT^,, 	@$$&&CCT"" 	@*S//CC ? @ @ @
 $ZZ>>K663Q'''63---3Q'''63---3Q'''63---33tC2262233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      s       ##I:::L  X X  X   X 
[  [   X X  X   X 
[  [   X X  X   X 
[  [   X0 


F# F# F# F# F# F# F# F# F# F#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper2   r1   r   r   r   r   <module>rE      se    S R R R R R    Q# Q# Q# Q# Q#$ Q# Q# Q# Q# Q#r   