Ë
    {�h  ã                   ó.   — 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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 )ÚMarginÚlayoutzlayout.margin>   ÚbÚlÚrÚtÚpadÚ
autoexpandc                 ó   — | d   S )aT  
        Turns on/off margin expansion computations. Legends, colorbars,
        updatemenus, sliders, axis rangeselector and rangeslider are
        allowed to push the margins by defaults.

        The 'autoexpand' property must be specified as a bool
        (either True, or False)

        Returns
        -------
        bool
        r   © ©Úselfs    ú^/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/layout/_margin.pyr   zMargin.autoexpand   s   € ð �LÑ!Ð!ó    c                 ó   — || d<   y )Nr   r   ©r   Úvals     r   r   zMargin.autoexpand   s   € à ˆˆ\Òr   c                 ó   — | d   S )zØ
        Sets the bottom margin (in px).

        The 'b' 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Margin.b%   ó   € ð �C‰yÐr   c                 ó   — || d<   y )Nr   r   r   s     r   r   zMargin.b3   ó   € àˆˆSŠ	r   c                 ó   — | d   S )zÖ
        Sets the left margin (in px).

        The 'l' 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Margin.l9   r   r   c                 ó   — || d<   y )Nr   r   r   s     r   r   zMargin.lG   r   r   c                 ó   — | d   S )a  
        Sets the amount of padding (in px) between the plotting area
        and the axis lines

        The 'pad' 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
Margin.padM   s   € ð �E‰{Ðr   c                 ó   — || d<   y )Nr   r   r   s     r   r   z
Margin.pad\   s   € àˆˆUŠr   c                 ó   — | d   S )z×
        Sets the right margin (in px).

        The 'r' 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Margin.rb   r   r   c                 ó   — || d<   y )Nr	   r   r   s     r   r	   zMargin.rp   r   r   c                 ó   — | d   S )zÕ
        Sets the top margin (in px).

        The 't' 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Margin.tv   r   r   c                 ó   — || d<   y )Nr
   r   r   s     r   r
   zMargin.t„   r   r   c                  ó   — y)Na7          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).
        r   r   s    r   Ú_prop_descriptionszMargin._prop_descriptionsŠ   s   € ðr   c           	      ó  •— t         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	d«      }	|�|n|	}	|	�|	| d	<   |j                  d
d«      }	|�|n|	}	|	�|	| d
<   |j                  dd«      }	|�|n|	}	|	�|	| d<   |j                  dd«      }	|�|n|	}	|	�|	| d<   |j                  dd«      }	|�|n|	}	|	�|	| d<   |j                  dd«      }	|�|n|	}	|	�|	| d<    | j                  di t        |fi |¤Ž¤Ž d| _        y)aH  
        Construct a new Margin object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of :class:`plotly.graph_objs.layout.Margin`
        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).

        Returns
        -------
        Margin
        ÚmarginÚ_parentNz�The first argument to the plotly.graph_objs.layout.Margin
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.Margin`Úskip_invalidFÚ	_validateTr   r   r   r   r	   r
   r   )Úsuperr   Ú__init__r&   Ú
isinstanceÚ	__class__Úto_plotly_jsonÚdictÚ_copyÚcopyÚ
ValueErrorÚpopÚ_skip_invalidr(   Ú_process_kwargs)r   Úargr   r   r   r   r	   r
   ÚkwargsÚ_vr,   s             €r   r*   zMargin.__init__Ÿ   sÇ  ø€ ôP 	Œf�dÑ$ XÔ.à˜ÑØ! )Ñ,ˆDŒLØð ˆ;Ø‰CÜ˜˜TŸ^™^Ô,Ø×$Ñ$Ó&‰CÜ˜œTÔ"Ü—*‘*˜S“/‰Cäð;óð ð $ŸZ™Z¨¸Ó>ˆÔØŸ™ K°Ó6ˆŒð �W‰W�\ 4Ó(ˆØ%Ð1‰Z°rˆØˆ>Ø!#ˆD�ÑØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�U˜DÓ!ˆØ�O‰S¨ˆØˆ>ØˆD�‰KØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰Ið 	ˆ×ÑÑ3œt CÑ2¨6Ñ2Ò3ð #ˆÕr   )NNNNNNN)Ú__name__Ú
__module__Ú__qualname__Ú_parent_path_strÚ	_path_strÚ_valid_propsÚpropertyr   Úsetterr   r   r   r	   r
   r#   r*   Ú__classcell__)r,   s   @r   r   r      sV  ø„ ð  ÐØ€IÚ<€Lð ñ"ó ð"ð ×Ññ!ó ð!ð
 ñó ðð ‡X�Xñó ðð
 ñó ðð ‡X�Xñó ðð
 ñó ðð 	‡Z�Zñó ðð
 ñó ðð ‡X�Xñó ðð
 ñó ðð ‡X�Xñó ðð
 ñó ðð, ØØ
Ø
ØØ
Ø
÷d#ñ d#r   r   )Úplotly.basedatatypesr   Ú_BaseLayoutHierarchyTyper0   r/   r   r   r   r   ú<module>rC      s   ðÝ TÛ ô~#Ð%õ ~#r   