+
     ]iA	  c                   s    R t ^ RIHtHt ^ RIt^ RIHtHtH	t	H
t
HtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtH t H!t!H"t"H#t#H$t$ ^ RI%H&t&H't'H(t(H)t)H*t*H+t+ ^ RIH,t,H-t-H.t/ ^ RI05 ^ RI15 ^ RI25 ^ RI35 ^ RI45 ^ RI1t5^ RI6H7t7 ^ RI8t8]9! R4      Pt                  t:]9! R4      Pv                  t;]9! R4      Px                  t<]9! R4      Pz                  t=]9! R4      P|                  t>]9! R4      P~                  t?]9! R4      P                  t@R# )a  
`pylab` is a historic interface and its use is strongly discouraged. The equivalent
replacement is `matplotlib.pyplot`.  See :ref:`api_interfaces` for a full overview
of Matplotlib interfaces.

`pylab` was designed to support a MATLAB-like way of working with all plotting related
functions directly available in the global namespace. This was achieved through a
wildcard import (``from pylab import *``).

.. warning::
   The use of `pylab` is discouraged for the following reasons:

   ``from pylab import *`` imports all the functions from `matplotlib.pyplot`, `numpy`,
   `numpy.fft`, `numpy.linalg`, and `numpy.random`, and some additional functions into
   the global namespace.

   Such a pattern is considered bad practice in modern python, as it clutters the global
   namespace. Even more severely, in the case of `pylab`, this will overwrite some
   builtin functions (e.g. the builtin `sum` will be replaced by `numpy.sum`), which
   can lead to unexpected behavior.

)flattensilent_listN)date2numnum2datedatestr2numdrangeDateFormatterDateLocatorRRuleLocatorYearLocatorMonthLocatorWeekdayLocator
DayLocatorHourLocatorMinuteLocatorSecondLocatorrruleMOTUWETHFRSASUYEARLYMONTHLYWEEKLYDAILYHOURLYMINUTELYSECONDLYrelativedelta)detrenddetrend_lineardetrend_meandetrend_nonewindow_hanningwindow_none)cbookmlabpyplot)Z*Zbuiltins)AZ__doc__Zmatplotlib.cbookr    r   Z
matplotlibZmplZmatplotlib.datesr   r   r   r   r   r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   Zmatplotlib.mlabr    r!   r"   r#   r$   r%   r&   r'   r(   ZpltZmatplotlib.pyplotZnumpyZ	numpy.fftZnumpy.randomZnumpy.linalgZnpZnumpy.maZmaZdatetimeZ
__import__ZbytesZabsZboolZmaxZminZpowZround)     Z7/usr/lib64/python3.14/site-packages/matplotlib/pylab.py<module>r*      s   . 2          2 1         	:$$  *""      :$$r)   