
    [6gm                     >    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 )MarginValidatormarginlayoutc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strMargin	data_docsap  
            autoexpand
                Turns on/off margin expansion computations.
                Legends, colorbars, updatemenus, sliders, axis
                rangeselector and rangeslider are allowed to
                push the margins by defaults.
            b
                Sets the bottom margin (in px).
            l
                Sets the left margin (in px).
            pad
                Sets the amount of padding (in px) between the
                plotting area and the axis lines
            r
                Sets the right margin (in px).
            t
                Sets the top margin (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/layout/_margin.pyr   zMarginValidator.__init__   ss    -ot$$- 	
##!::&6AAjj 		
 	
2 3	
 	
 	
 	
 	
    )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2D 
 
 
 
 
r   