Ë
    'YHh{  ã                   ó   — d dl Zd„ Zy)é    Nc                 ó¾   — ddl m} t        j                  d| df«      }t        j                  dd| d¬«      |ddd…df<   |j                  |«      j                  «       S )a}  
    Returns a list of colors sampled at equal intervals over the spectrum.

    Parameters
    ----------
    n : int
        The number of colors to return

    Returns
    -------
    R : (n,3) array
        An of rows of RGB color values

    Notes
    -----
    Converts from HSV coordinates (0, 1, 1) to (1, 1, 1) to RGB. Based on
    the Sage function of the same name.
    r   )Úcolorsé   é   F)ÚendpointN)Ú
matplotlibr   ÚnpÚonesÚlinspaceÚ
hsv_to_rgbÚsqueeze)Únr   ÚRs      úW/var/www/html/planif/env/lib/python3.12/site-packages/statsmodels/graphics/plottools.pyÚrainbowr      sS   € õ& "Ü
‰1QÓ€AÜ{‰{˜1˜a ¨UÔ3€A€aŠˆ!€eHà×Ñ˜QÓ×'Ñ'Ó)Ð)ó    )Únumpyr	   r   © r   r   ú<module>r      s   ðÛ ó*r   