
    .i='                     .    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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 )Yzsurface.contourszsurface.contours.y>   endshowsizecolorstartwidthproject	highlightusecolormaphighlightcolorhighlightwidthc                     | d   S )a  
        Sets the color of the contour lines.

        The 'color' property is a color and may be specified as:
          - A hex string (e.g. '#ff0000')
          - An rgb/rgba string (e.g. 'rgb(255,0,0)')
          - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
          - An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
          - A named CSS color: see https://plotly.com/python/css-colors/ for a list

        Returns
        -------
        str
        r	    selfs    b/opt/house_gps_flutter/.venv/lib/python3.12/site-packages/plotly/graph_objs/surface/contours/_y.pyr	   zY.color   s      G}    c                     || d<   y )Nr	   r   r   vals     r   r	   zY.color+       Wr   c                     | d   S )z
        Sets the end contour level value. Must be more than
        `contours.start`

        The 'end' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r   r   r   s    r   r   zY.end/   s     E{r   c                     || d<   y )Nr   r   r   s     r   r   zY.end>   s    Ur   c                     | d   S )a  
        Determines whether or not contour lines about the y dimension
        are highlighted on hover.

        The 'highlight' property is a boolean and must be specified as:
          - A boolean value: True or False

        Returns
        -------
        bool
        r   r   r   s    r   r   zY.highlightB   s     K  r   c                     || d<   y )Nr   r   r   s     r   r   zY.highlightQ   s    [r   c                     | d   S )a  
        Sets the color of the highlighted contour lines.

        The 'highlightcolor' property is a color and may be specified as:
          - A hex string (e.g. '#ff0000')
          - An rgb/rgba string (e.g. 'rgb(255,0,0)')
          - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
          - An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
          - A named CSS color: see https://plotly.com/python/css-colors/ for a list

        Returns
        -------
        str
        r   r   r   s    r   r   zY.highlightcolorU   s      $%%r   c                     || d<   y )Nr   r   r   s     r   r   zY.highlightcolorg       !$r   c                     | d   S )z
        Sets the width of the highlighted contour lines.

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

        Returns
        -------
        int|float
        r   r   r   s    r   r   zY.highlightwidthk   s     $%%r   c                     || d<   y )Nr   r   r   s     r   r   zY.highlightwidthy   r!   r   c                     | d   S )at  
        The 'project' property is an instance of Project
        that may be specified as:
          - An instance of :class:`plotly.graph_objs.surface.contours.y.Project`
          - A dict of string/value properties that will be passed
            to the Project constructor

        Returns
        -------
        plotly.graph_objs.surface.contours.y.Project
        r   r   r   s    r   r   z	Y.project}   s     Ir   c                     || d<   y )Nr   r   r   s     r   r   z	Y.project   s    Yr   c                     | d   S )z
        Determines whether or not contour lines about the y dimension
        are drawn.

        The 'show' property is a boolean and must be specified as:
          - A boolean value: True or False

        Returns
        -------
        bool
        r   r   r   s    r   r   zY.show   s     F|r   c                     || d<   y )Nr   r   r   s     r   r   zY.show       Vr   c                     | d   S )z
        Sets the step between each contour level. Must be positive.

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

        Returns
        -------
        int|float
        r   r   r   s    r   r   zY.size   s     F|r   c                     || d<   y )Nr   r   r   s     r   r   zY.size   r(   r   c                     | d   S )z
        Sets the starting contour level value. Must be less than
        `contours.end`

        The 'start' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r
   r   r   s    r   r
   zY.start   s     G}r   c                     || d<   y )Nr
   r   r   s     r   r
   zY.start   r   r   c                     | d   S )a,  
        An alternate to "color". Determines whether or not the contour
        lines are colored using the trace "colorscale".

        The 'usecolormap' property is a boolean and must be specified as:
          - A boolean value: True or False

        Returns
        -------
        bool
        r   r   r   s    r   r   zY.usecolormap   s     M""r   c                     || d<   y )Nr   r   r   s     r   r   zY.usecolormap   s    !]r   c                     | d   S )z
        Sets the width of the contour lines.

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

        Returns
        -------
        int|float
        r   r   r   s    r   r   zY.width   s     G}r   c                     || d<   y )Nr   r   r   s     r   r   zY.width   r   r   c                      y)Na          color
            Sets the color of the contour lines.
        end
            Sets the end contour level value. Must be more than
            `contours.start`
        highlight
            Determines whether or not contour lines about the y
            dimension are highlighted on hover.
        highlightcolor
            Sets the color of the highlighted contour lines.
        highlightwidth
            Sets the width of the highlighted contour lines.
        project
            :class:`plotly.graph_objects.surface.contours.y.Project
            ` instance or dict with compatible properties
        show
            Determines whether or not contour lines about the y
            dimension are drawn.
        size
            Sets the step between each contour level. Must be
            positive.
        start
            Sets the starting contour level value. Must be less
            than `contours.end`
        usecolormap
            An alternate to "color". Determines whether or not the
            contour lines are colored using the trace "colorscale".
        width
            Sets the width of the contour lines.
        r   r   s    r   _prop_descriptionszY._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||       | j                  d||	       | j                  d||
       | j                  d||       | j                  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.surface.contours.Y`
        color
            Sets the color of the contour lines.
        end
            Sets the end contour level value. Must be more than
            `contours.start`
        highlight
            Determines whether or not contour lines about the y
            dimension are highlighted on hover.
        highlightcolor
            Sets the color of the highlighted contour lines.
        highlightwidth
            Sets the width of the highlighted contour lines.
        project
            :class:`plotly.graph_objects.surface.contours.y.Project
            ` instance or dict with compatible properties
        show
            Determines whether or not contour lines about the y
            dimension are drawn.
        size
            Sets the step between each contour level. Must be
            positive.
        start
            Sets the starting contour level value. Must be less
            than `contours.end`
        usecolormap
            An alternate to "color". Determines whether or not the
            contour lines are colored using the trace "colorscale".
        width
            Sets the width of the contour lines.

        Returns
        -------
        Y
        y_parentNzThe first argument to the plotly.graph_objs.surface.contours.Y
constructor must be a dict or
an instance of :class:`plotly.graph_objs.surface.contours.Y`skip_invalidF	_validateTr	   r   r   r   r   r   r   r   r
   r   r   r   )super__init__r5   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr7   _set_property_process_kwargs)r   argr	   r   r   r   r   r   r   r   r
   r   r   kwargsr;   s                 r   r9   z
Y.__init__  s   v 	!),DL;CT^^,$$&CT"**S/C @ A A
 $ZZ>K67C/5#s+;Y7+S.A+S.A9c7363-63-7C/=#{;7C/3tC2623"r   )NNNNNNNNNNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr	   setterr   r   r   r   r   r   r   r
   r   r   r2   r9   __classcell__)r;   s   @r   r   r      sH   )$IL  " \\    	ZZ  ! !     & &" % % & & % %   ^^    
[[    
[[    \\  # # " "   \\   F [# [#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper?   r>   r   r   r   r   <module>rR      s    S b# b#r   