
    \!h	                     $    S SK Jr  S SKr SS jrg)    Nc                    U R                   u  pgUc  [        R                  " XwUS9u  pOUu  pUc!  [        U5       V
s/ s H  n
SU
S-   -  PM     nn
[	        [
        R                  " U	SS96  Ho  u  pXU
4   R                  " U SS2U4   U SS2U
4   4SU0UD6  XU
4   R                  X+   5        XU
4   R                  X*   5        XU4   R                  5         Mq     [        U5       HJ  n
XU
4   R                  U SS2U
4   US9  XU
4   R                  S5        XU
4   R                  X*   5        ML     X4$ s  sn
f )	a  
Lower triangular of a scatterplot matrix

Parameters
-----------
X : array-like, shape={num_examples, num_features}
  Design matrix containing data instances (examples)
  with multiple exploratory variables (features).

fix_axes : tuple (default: None)
  A `(fig, axes)` tuple, where fig is an figure object
  and axes is an axes object created via matplotlib,
  for example, by calling the pyplot `subplot` function
  `fig, axes = plt.subplots(...)`

names : list (default: None)
  A list of string names, which should have the same number
  of elements as there are features (columns) in `X`.

figsize : tuple (default: (8, 8))
  Height and width of the subplot grid. Ignored if
  fig_axes is not `None`.

alpha : float (default: 1.0)
  Transparency for both the scatter plots and the
  histograms along the diagonal.

**kwargs : kwargs
  Keyword arguments for the scatterplots.

Returns
--------
fix_axes : tuple
  A `(fig, axes)` tuple, where fig is an figure object
  and axes is an axes object created via matplotlib,
  for example, by calling the pyplot `subplot` function
  `fig, axes = plt.subplots(...)`

Examples
----------
For more usage examples, please see
https://rasbt.github.io/mlxtend/user_guide/plotting/scatterplotmatrix/

N)nrowsncolsfigsizezX%d   )kalpha)r	   Count)shapepltsubplotsrangezipnptriu_indices_fromscatter
set_xlabel
set_ylabelset_axis_offhist)Xfig_axesnamesr   r	   kwargsnum_examplesnum_featuresfigaxesijs               uC:\Users\julio\OneDrive\Documentos\Trabajo\Ideas Frescas\venv\Lib\site-packages\mlxtend/plotting/scatterplotmatrix.pyscatterplotmatrixr"      sS   ` "#LLLG
	T 	}*/*=>*=Q!a%*=>R))$!45T
1QT7AadGC5CFCT
eh'T
eh'T
!	 6 < T
!Q$u-T
g&T
eh' !
 9 ?s   D<)NN)   r#   g      ?)matplotlib.pyplotpyplotr   numpyr   r"        r!   <module>r)      s       9<Gr(   