
    g"                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )
ZValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strZ	data_docsa+  
            opacity
                Sets the projection color.
            scale
                Sets the scale factor determining the size of
                the projection marker points.
            show
                Sets whether or not projections are shown along
                the z axis.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       f/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/scatter3d/projection/_z.pyr   zZValidator.__init__   sJ    j$( 	
##!::&6<jj			
" #	
    )zzscatter3d.projection)__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      s     #
--?? 
r   