
    [6g3                     >    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scatterc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strLine	data_docsa=  
            backoff
                Sets the line back off from the end point of
                the nth line segment (in px). This option is
                useful e.g. to avoid overlap with arrowhead
                markers. With "auto" the lines would trim
                before markers if `marker.angleref` is set to
                "previous".
            backoffsrc
                Sets the source reference on Chart Studio Cloud
                for `backoff`.
            color
                Sets the line color.
            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").
            shape
                Determines the line shape. With "spline" the
                lines are drawn using spline interpolation. The
                other available values correspond to step-wise
                line shapes.
            simplify
                Simplifies lines by removing nearly-collinear
                points. When transitioning lines, it may be
                desirable to disable this so that the number of
                points along the resulting SVG path is
                unaffected.
            smoothing
                Has an effect only if `shape` is set to
                "spline" Sets the amount of smoothing. 0
                corresponds to no smoothing (equivalent to a
                "linear" shape).
            width
                Sets the line width (in px).
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       ^/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/scatter/_line.pyr   zLineValidator.__init__   su    +mT""+ -	
##!::&6??jj$' '	-	
 -	
X Y-	
 -	
 -	
 -	
 -	
    )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   