
    .i
                     .    d dl mZ d dlZ G d de      Zy)    )BaseLayoutHierarchyTypeNc                        e Zd ZdZdZh dZed        Zej                  d        Zed        Z	e	j                  d        Z	ed        Z
e
j                  d	        Z
ed
        Zd fd	Z xZS )Aspectratiozlayout.scenezlayout.scene.aspectratio>   xyzc                     | d   S )z
        The 'x' property is a number and may be specified as:
          - An int or float in the interval [0, inf]

        Returns
        -------
        int|float
        r    selfs    h/opt/house_gps_flutter/.venv/lib/python3.12/site-packages/plotly/graph_objs/layout/scene/_aspectratio.pyr   zAspectratio.x        Cy    c                     || d<   y )Nr   r
   r   vals     r   r   zAspectratio.x       S	r   c                     | d   S )z
        The 'y' property is a number and may be specified as:
          - An int or float in the interval [0, inf]

        Returns
        -------
        int|float
        r   r
   r   s    r   r   zAspectratio.y   r   r   c                     || d<   y )Nr   r
   r   s     r   r   zAspectratio.y)   r   r   c                     | d   S )z
        The 'z' property is a number and may be specified as:
          - An int or float in the interval [0, inf]

        Returns
        -------
        int|float
        r   r
   r   s    r   r   zAspectratio.z-   r   r   c                     || d<   y )Nr   r
   r   s     r   r   zAspectratio.z9   r   r   c                      y)Nz)        x

        y

        z

        r
   r   s    r   _prop_descriptionszAspectratio._prop_descriptions=   s    r   c           	         t         |   d       d|v r|d   | _        y|i }nXt        || j                        r|j                         }n1t        |t              rt        j                  |      }nt        d      |j                  dd      | _        |j                  dd      | _        | j                  d	||       | j                  d
||       | j                  d||        | j                  di t        |fi | d| _        y)a  
        Construct a new Aspectratio object

        Sets this scene's axis aspectratio.

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.layout.scene.Aspectratio`
        x

        y

        z


        Returns
        -------
        Aspectratio
        aspectratio_parentNzThe first argument to the plotly.graph_objs.layout.scene.Aspectratio
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.scene.Aspectratio`skip_invalidF	_validateTr   r   r   r
   )super__init__r   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr   _set_property_process_kwargs)r   argr   r   r   kwargsr"   s         r   r    zAspectratio.__init__H   s    . 	'!),DL;CT^^,$$&CT"**S/C F G G
 $ZZ>K63Q'3Q'3Q'3tC2623"r   )NNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr   setterr   r   r   r    __classcell__)r"   s   @r   r   r      s    %*I"L	 	 XX  	 	 XX  	 	 XX   /# /#r   r   )plotly.basedatatypesr   _BaseLayoutHierarchyTyper&   r%   r   r
   r   r   <module>r9      s    U o#* o#r   