
    [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 )MeanlineValidatormeanlineviolinc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strMeanline	data_docsa  
            color
                Sets the mean line color.
            visible
                Determines if a line corresponding to the
                sample's mean is shown inside the violins. If
                `box.visible` is turned on, the mean line is
                drawn inside the inner box. Otherwise, the mean
                line is drawn from one side of the violin to
                other.
            width
                Sets the mean line width.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       a/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/violin/_meanline.pyr   zMeanlineValidator.__init__   st    /&&/ 	
##!::&6
CCjj 		
 	
( )	
 	
 	
 	
 	
    )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    # # # #
 
 
 
 
4F 
 
 
 
 
r   