
    [6g	                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )LineValidatorlinecontourcarpetc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strLine	data_docsa  
            color
                Sets the color of the contour level. Has no
                effect if `contours.coloring` is set to
                "lines".
            dash
                Sets the dash style of lines. Set to a dash
                type string ("solid", "dot", "dash",
                "longdash", "dashdot", or "longdashdot") or a
                dash length list in px (eg "5px,10px,2px,2px").
            smoothing
                Sets the amount of smoothing for the contour
                lines, where 0 corresponds to no smoothing.
            width
                Sets the contour line width in (in px) Defaults
                to 0.5 when `contours.type` is "levels".
                Defaults to 2 when `contour.type` is
                "constraint".
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       d/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/contourcarpet/_line.pyr   zLineValidator.__init__   ss    +mT""+ 	
##!::&6??jj 		
 	
4 5	
 	
 	
 	
 	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        
 
 
 
 
 
 
 
 
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      sK    # # # #
 
 
 
 
M0B 
 
 
 
 
r   