
    eCi@                         S SK r S SKrSSKJr   " S S5      r\" SSSS	S
SSSS9r\" SSSSS9r\" SSSSSSSSSSSSS S!S"S#9r\" \" \5      \" \5      \" \5      S$9r	g)%    N   )NumpyDocStringc                   ~    \ rS rSr\R
                  " S\R                  5      rS	S jrS r	\
S 5       r\
S 5       rSrg)
DocstringComponents   z\n((\n|.)+)\n\s*c                     U(       aY  0 nUR                  5        HB  u  pE[        R                  " U R                  U5      nUc  XSU'   M/  UR	                  S5      X4'   MD     OUR                  5       nX0l        g)z@Read entries from a dict, optionally stripping outer whitespace.Nr   )itemsrematchregexpgroupcopyentries)self	comp_dictstrip_whitespacer   keyvalms          M/home/james-whalen/.local/lib/python3.13/site-packages/seaborn/_docstrings.py__init__DocstringComponents.__init__
   s_    G%OO-HHT[[#.9#&CL#$771:GL .  nn&G    c                     XR                   ;   a  U R                   U   $  U R                  U5      $ ! [         a  n UeSnAff = f)z7Provide dot access to entries for clean raw docstrings.N)r   __getattribute__AttributeError)r   attrerrs      r   __getattr__DocstringComponents.__getattr__   sK    <<<<%%,,T22! 	 I	s   1 
A>Ac                     U " USS9$ )z$Add multiple sub-sets of components.F)r    )clskwargss     r   from_nested_components*DocstringComponents.from_nested_components+   s     6E22r   c                     [        [        R                  " U5      5      S   n0 nU HB  nUR                  nUR                  nSR                  UR                  5      nU SU SU 3X5'   MD     U " U5      $ )zAUse the numpydoc parser to extract components from existing func.
Parametersz
    z : )r   pydocgetdocnametypejoindesc)r#   funcparamsr   pr+   r,   r.   s           r   from_function_params(DocstringComponents.from_function_params0   ss      T 23LA	A66D66D==(D!%c$vdV<IO	  9~r   )r   N)T)__name__
__module____qualname____firstlineno__r
   compile	MULTILINEr   r   r   classmethodr%   r2   __static_attributes__r"   r   r   r   r      sI    ZZ+R\\:F$ 3 3 
 
r   r   a   
data : :class:`pandas.DataFrame`, :class:`numpy.ndarray`, mapping, or sequence
    Input data structure. Either a long-form collection of vectors that can be
    assigned to named variables or a wide-form dataset that will be internally
    reshaped.
    zb
x, y : vectors or keys in ``data``
    Variables that specify positions on the x and y axes.
    zs
hue : vector or key in ``data``
    Semantic variable that is mapped to determine the color of plot elements.
    a2  
palette : string, list, dict, or :class:`matplotlib.colors.Colormap`
    Method for choosing the colors to use when mapping the ``hue`` semantic.
    String values are passed to :func:`color_palette`. List or dict values
    imply categorical mapping, while a colormap object implies numeric mapping.
    z
hue_order : vector of strings
    Specify the order of processing and plotting for categorical levels of the
    ``hue`` semantic.
    z
hue_norm : tuple or :class:`matplotlib.colors.Normalize`
    Either a pair of values that set the normalization range in data units
    or an object that will map from data units into a [0, 1] interval. Usage
    implies numeric mapping.
    z
color : :mod:`matplotlib color <matplotlib.colors>`
    Single color specification for when hue mapping is not used. Otherwise, the
    plot will try to hook into the matplotlib property cycle.
    z
ax : :class:`matplotlib.axes.Axes`
    Pre-existing axes for the plot. Otherwise, call :func:`matplotlib.pyplot.gca`
    internally.
    )dataxyhuepalette	hue_orderhue_normcoloraxzP
:class:`matplotlib.axes.Axes`
    The matplotlib axes containing the plot.
    z
:class:`FacetGrid`
    An object managing one or more subplots that correspond to conditional data
    subsets with convenient methods for batch-setting of axes attributes.
    z
:class:`JointGrid`
    An object managing multiple subplots that correspond to joint and marginal axes
    for plotting a bivariate relationship or distribution.
    z
:class:`PairGrid`
    An object managing multiple subplots that correspond to joint and marginal axes
    for pairwise combinations of multiple variables in a dataset.
    )rC   	facetgrid	jointgridpairgridz+
scatterplot : Plot data using points.
    z'
lineplot : Plot data using lines.
    zF
displot : Figure-level interface to distribution plot functions.
    z\
histplot : Plot a histogram of binned counts with optional normalization or smoothing.
    z[
kdeplot : Plot univariate or bivariate distributions using kernel density estimation.
    zB
ecdfplot : Plot empirical cumulative distribution functions.
    zP
rugplot : Plot a tick at each observation value along the x and/or y axes.
    z9
stripplot : Plot a categorical scatter with jitter.
    zI
swarmplot : Plot a categorical scatter with non-overlapping points.
    zL
violinplot : Draw an enhanced boxplot using kernel density estimation.
    zG
pointplot : Plot point estimates and CIs using markers and lines.
    zO
jointplot : Draw a bivariate plot with univariate marginal distributions.
    zW
jointplot : Draw multiple bivariate plots with univariate marginal distributions.
    zR
JointGrid : Set up a figure with joint and marginal views on bivariate data.
    zU
PairGrid : Set up a figure with joint and marginal views on multiple variables.
    )scatterplotlineplotdisplothistplotkdeplotecdfplotrugplot	stripplot	swarmplot
violinplot	pointplot	jointplotpairplotrE   rF   )r0   returnsseealso)
r
   r)   external.docscraper   r   dict_core_params_core_returns_seealso_blurbs
_core_docsr"   r   r   <module>r\      s    	  .5 5~ 
	

K*Z 

. 


g6r |,.0
r   