o
    :a                     @   s8   d dl mZ d dlZdd Zdd Zdd Zdd	 ZdS )
    Nc                  C   sH   t dd} | d | d ksJ | d d df | d d df ks"J d S )N      )r   r   r   )gridspecGridSpec)Zgs r   @/usr/lib/python3/dist-packages/matplotlib/tests/test_gridspec.py
test_equal   s   (r   c                   C   D   t t tjddg dd W d   dS 1 sw   Y  dS )a
    Addresses issue #5835.
    See at https://github.com/matplotlib/matplotlib/issues/5835.
    r   r   r      )width_ratiosNpytestZraises
ValueErrorr   r   r   r   r   r   test_width_ratios      "r   c                   C   r	   )r
   r   r   )height_ratiosNr   r   r   r   r   test_height_ratios   r   r   c                  C   sN   t dddddf } t| dksJ t jddddd} t| dks%J d S )	Nr   r   r   zGridSpec(3, 3)[2:3, 1:3])r   r   )r   r   )r   r   z9GridSpec(2, 2, height_ratios=(3, 1), width_ratios=(1, 3)))r   r   repr)ssr   r   r   	test_repr   s   r   )Zmatplotlib.gridspecr   r   r   r   r   r   r   r   r   r   <module>   s    		