MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / functions

Functions43,589 in github.com/ColdGrub1384/Pyto

↓ 40 callersMethod__init__
Parameters ---------- xy : (float, float) The center of the ellipse. width : float The lengt
site-packages/matplotlib/patches.py:1554
↓ 40 callersMethod_check_has_errorbars
Check axes has expected number of errorbars Parameters ---------- axes : matplotlib Axes object, or its list-like
site-packages/pandas/tests/plotting/common.py:374
↓ 40 callersMethod_parse
:type source: str
site-packages/jedi/parser/fast.py:360
↓ 40 callersFunction_prod_vectorized
Matrix product between arrays of matrices, or a matrix and an array of matrices (*M1* and *M2*)
site-packages/matplotlib/tri/triinterpolate.py:1502
↓ 40 callersMethodcount
(obj, segments)
Pyto Mac/PyObjC/PyObjCTools/KeyValueCoding.py:88
↓ 40 callersMethodffill
Synonym for :meth:`DataFrame.fillna` with ``method='ffill'``.
site-packages/pandas/core/generic.py:6141
↓ 40 callersMethodget_yaxis
Return the YAxis instance.
site-packages/matplotlib/axes/_base.py:1748
↓ 40 callersMethodidentical
Similar to equals, but check that other comparable attributes are also equal.
site-packages/pandas/core/indexes/base.py:4070
↓ 40 callersFunctioniterable
return true if *obj* is iterable
site-packages/matplotlib/cbook/__init__.py:329
↓ 40 callersFunctionlookup
Look for an encoding by its label. This is the spec’s `get an encoding <http://encoding.spec.whatwg.org/#concept-encoding-get>`_ algorith
Pyto Mac/pip/_vendor/webencodings/__init__.py:61
↓ 40 callersMethodravel
Return an ndarray of the flattened values of the underlying data. See Also -------- numpy.ndarray.ravel
site-packages/pandas/core/indexes/base.py:689
↓ 40 callersMethodselect_dtypes
Return a subset of the DataFrame's columns based on the column dtypes. Parameters ---------- include, exclude : scal
site-packages/pandas/core/frame.py:3168
↓ 40 callersMethodsqueeze
Squeeze 1 dimensional axis objects into scalars. Series or DataFrames with a single element are squeezed to a scalar. DataFr
site-packages/pandas/core/generic.py:820
↓ 39 callersMethod_get_numeric_data
(self)
site-packages/pandas/core/generic.py:5199
↓ 39 callersFunctioncycler
Create a new `Cycler` object from a single positional argument, a pair of positional arguments, or the combination of keyword arguments.
site-packages/cycler.py:468
↓ 39 callersMethoddelete
support fully deleting the node in its entirety (only) - where specification must be None
site-packages/pandas/io/pytables.py:2436
↓ 39 callersMethoderrorbar
Plot y versus x as lines and/or markers with attached errorbars. *x*, *y* define the data locations, *xerr*, *yerr* define the error
site-packages/matplotlib/axes/_axes.py:2925
↓ 39 callersFunctionfilled
Return input as an array with masked data replaced by a fill value. If `a` is not a `MaskedArray`, `a` itself is returned. If `a` is a `
site-packages/numpy/ma/core.py:594
↓ 39 callersMethodfrom_dict
Construct Panel from dict of DataFrame objects. Parameters ---------- data : dict {field : DataFrame}
site-packages/pandas/core/panel.py:244
↓ 39 callersMethodlast
Convenience method for subsetting final periods of time series data based on a date offset. Parameters ----------
site-packages/pandas/core/generic.py:8231
↓ 39 callersFunctionmake_block
(values, placement, klass=None, ndim=None, dtype=None, fastpath=None)
site-packages/pandas/core/internals/blocks.py:3053
↓ 39 callersMethodnonzero
Return the *integer* indices of the elements that are non-zero. .. deprecated:: 0.24.0 Please use .to_numpy().nonzero() a
site-packages/pandas/core/series.py:545
↓ 39 callersMethodpoints_to_pixels
Convert points to display units You need to override this function (unless your backend doesn't have a dpi, e.g., postscript
site-packages/matplotlib/backend_bases.py:677
↓ 39 callersFunctionread_fwf
r""" Read a table of fixed-width formatted lines into DataFrame. Also supports optionally iterating or breaking of the file into chunks.
site-packages/pandas/io/parsers.py:728
↓ 39 callersMethodremove
(self, pathname)
Pyto Mac/pip/_vendor/distlib/wheel.py:107
↓ 39 callersMethodreserveObject
Reserve an ID for an indirect object. The name is used for debugging in case we forget to print out the object with writeObject.
site-packages/matplotlib/backends/backend_pdf.py:1499
↓ 39 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/CoreServices/SearchKit/_metadata.py:8
↓ 39 callersMethodset_tick_params
Set appearance parameters for ticks, ticklabels, and gridlines. For documentation of keyword arguments, see :meth:`matplotli
site-packages/matplotlib/axis.py:840
↓ 39 callersMethodstart
(self, tag, attrib={}, **extra)
site-packages/matplotlib/backends/backend_svg.py:132
↓ 39 callersMethodtight_layout
Automatically adjust subplot parameters to give specified padding. To exclude an artist on the axes from the bounding box calculatio
site-packages/matplotlib/figure.py:2352
↓ 38 callersMethod__init__
( self, exprs, savelist = False )
site-packages/pkg_resources/_vendor/pyparsing.py:3458
↓ 38 callersMethod__init__
( self, exprs, savelist = False )
site-packages/setuptools/_vendor/pyparsing.py:3458
↓ 38 callersMethod_compare
(self, result, expected)
site-packages/pandas/tests/generic/test_generic.py:64
↓ 38 callersMethod_rc
(self, a)
site-packages/numpy/lib/user_array.py:244
↓ 38 callersFunctioncallable
(obj)
site-packages/pkg_resources/_vendor/six.py:531
↓ 38 callersMethoddraw_idle
:meth:`draw` only if idle; defaults to draw but backends can override
site-packages/matplotlib/backend_bases.py:1893
↓ 38 callersMethodindex
Like `find`, but raises `ValueError` when the substring is not found. See also -------- char.index
site-packages/numpy/core/defchararray.py:2257
↓ 38 callersMethodmelt
(self, id_vars=None, value_vars=None, var_name=None, value_name='value', col_level=None)
site-packages/pandas/core/frame.py:6046
↓ 38 callersMethodprop
(self)
site-packages/pandas/tests/test_register_accessor.py:30
↓ 38 callersMethodrename_axis
Set the name of the axis for the index or columns. Parameters ---------- mapper : scalar, list-like, optional
site-packages/pandas/core/generic.py:1103
↓ 38 callersMethodrun_command
Run a VCS subcommand This is simply a wrapper around call_subprocess that adds the VCS command name, and checks that the VCS
Pyto Mac/pip/_internal/vcs/__init__.py:476
↓ 38 callersMethodsave
Save the animation as a movie file by drawing every frame. Parameters ---------- filename : str The out
site-packages/matplotlib/animation.py:1017
↓ 38 callersMethodtake
Return the elements in the given *positional* indices along an axis. This means that we are not indexing according to actual values
site-packages/pandas/core/generic.py:3368
↓ 38 callersMethodview
Create a new view of the Series. This function will return a new Series with a view of the same underlying values in memory,
site-packages/pandas/core/series.py:603
↓ 38 callersMethodwalk
(self)
site-packages/jedi/parser/tree.py:581
↓ 37 callersMethod_check_legend_labels
Check each axes has expected legend labels Parameters ---------- axes : matplotlib Axes object, or its list-like
site-packages/pandas/tests/plotting/common.py:97
↓ 37 callersMethod_check_text_labels
Check each text has expected labels Parameters ---------- texts : matplotlib Text object, or its list-like
site-packages/pandas/tests/plotting/common.py:231
↓ 37 callersMethod_get_axis_name
(cls, axis)
site-packages/pandas/core/generic.py:364
↓ 37 callersFunctionarray_equivalent
True if two arrays, left and right, have equal non-NaN elements, and NaNs in corresponding locations. False otherwise. It is assumed that le
site-packages/pandas/core/dtypes/missing.py:360
↓ 37 callersMethodclose
Close the _Stream object. No operation should be done on it afterwards.
Pyto Mac/pip/_vendor/distlib/_backport/tarfile.py:488
↓ 37 callersMethodclose
Close the _Stream object. No operation should be done on it afterwards.
site-packages/distlib/_backport/tarfile.py:488
↓ 37 callersMethodcopy
(self)
site-packages/pandas/io/pytables.py:2347
↓ 37 callersFunctiondo_event
*name* the event name *canvas* the FigureCanvas instance generating the event *guiEvent* the GUI event that tr
site-packages/matplotlib/tests/test_widgets.py:20
↓ 37 callersMethodextend
Add sequence of elements to end of ParseResults list of elements. Example:: patt = OneOrMore(Word(alphas))
Pyto Mac/pip/_vendor/pyparsing.py:736
↓ 37 callersMethodfindall
Find all files under the base and set ``allfiles`` to the absolute pathnames of files found.
site-packages/distlib/manifest.py:57
↓ 37 callersMethodget_version
(self,*args,**kwds)
site-packages/numpy/distutils/fcompiler/ibm.py:31
↓ 37 callersFunctiongetmaskarray
Return the mask of a masked array, or full boolean array of False. Return the mask of `arr` as an ndarray if `arr` is a `MaskedArray` and
site-packages/numpy/ma/core.py:1425
↓ 37 callersMethodis_lexsorted
Return True if the codes are lexicographically sorted
site-packages/pandas/core/indexes/multi.py:1558
↓ 37 callersFunctionis_number
Check if the object is a number. Returns True when the object is a number, and False if is not. Parameters ---------- obj : any
site-packages/pandas/core/dtypes/inference.py:28
↓ 37 callersMethodmpl_disconnect
Disconnect callback id cid Examples -------- Usage:: cid = canvas.mpl_connect('button_press_event', on_
site-packages/matplotlib/backend_bases.py:2182
↓ 37 callersMethodprod
(self, axis=None, dtype=None, out=None, keepdims=False, initial=None, skipna=True, min_count=0)
site-packages/pandas/core/arrays/numpy_.py:345
↓ 37 callersMethodread
Similar to :meth:`httplib.HTTPResponse.read`, but with two additional parameters: ``decode_content`` and ``cache_content``.
Pyto Mac/pip/_vendor/urllib3/response.py:404
↓ 37 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/Quartz/ImageKit/_metadata.py:8
↓ 37 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/WebKit/_metadata.py:8
↓ 37 callersMethodtake
site-packages/numpy/ma/core.py:5798
↓ 37 callersMethodtruncate
Truncate a Series or DataFrame before and after some index value. This is a useful shorthand for boolean indexing based on index
site-packages/pandas/core/generic.py:9050
↓ 37 callersMethodwrite
Write some data on the stream.
site-packages/matplotlib/backends/backend_pdf.py:406
↓ 37 callersMethodwrite
(self, data)
site-packages/numpy/distutils/command/config.py:498
↓ 36 callersMethodabspath
Return absolute path of file in the DataSource directory. If `path` is an URL, then `abspath` will return either the location
site-packages/numpy/lib/_datasource.py:459
↓ 36 callersMethodadd
(self, pathname, extensions)
site-packages/distlib/wheel.py:103
↓ 36 callersMethodapply
Invoke function on values of Series. Can be ufunc (a NumPy function that applies to the entire Series) or a Python function
site-packages/pandas/core/series.py:3534
↓ 36 callersMethodattribute_string
(self, node, name, name64)
Pyto Mac/PyObjC/objc/_bridgesupport.py:152
↓ 36 callersMethodclear
site-packages/matplotlib/tri/_tri.cpp:1222
↓ 36 callersMethodcontour
(self, *args, **kwargs)
site-packages/matplotlib/axes/_axes.py:6229
↓ 36 callersMethoddtype
Return the dtype object of the underlying data.
site-packages/pandas/core/indexes/base.py:676
↓ 36 callersMethodfeed
(self, next_bytes)
Pyto Mac/pip/_vendor/msgpack/fallback.py:286
↓ 36 callersFunctiongetdata
Return the data of a masked array as an ndarray. Return the data of `a` (if any) as an ndarray if `a` is a ``MaskedArray``, else return
site-packages/numpy/ma/core.py:667
↓ 36 callersMethodinvalidate
(self)
site-packages/matplotlib/transforms.py:789
↓ 36 callersMethodisdigit
Returns true for each element if all characters in the string are digits and there is at least one character, false otherwise.
site-packages/numpy/core/defchararray.py:2294
↓ 36 callersMethodpcolormesh
Create a pseudocolor plot with a non-regular rectangular grid. Call signature:: pcolor([X, Y,] C, **kwargs) *X
site-packages/matplotlib/axes/_axes.py:5819
↓ 36 callersMethodpop
Removes and returns item at specified index (default=C{last}). Supports both C{list} and C{dict} semantics for C{pop()}. If passed
site-packages/setuptools/_vendor/pyparsing.py:511
↓ 36 callersMethodread
(self)
site-packages/pandas/tests/io/parser/test_unsupported.py:119
↓ 36 callersMethodreindex_like
Return an object with matching indices as other object. Conform the object to the same index on all axes. Optional filling l
site-packages/pandas/core/generic.py:3656
↓ 36 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/VideoToolbox/_metadata.py:8
↓ 36 callersMethodset_aspect
Set the aspect of the axis scaling, i.e. the ratio of y-unit to x-unit. Parameters ---------- aspect : {'auto', 'equ
site-packages/matplotlib/axes/_base.py:1227
↓ 36 callersMethodset_info
(self, **info)
site-packages/numpy/distutils/system_info.py:600
↓ 36 callersMethodview
Return a view of myself. For internal compatibility with numpy arrays. Returns ------- view : Categorical
site-packages/pandas/core/arrays/categorical.py:1702
↓ 35 callersMethod_check_numeric_ops
(self, a, b, a_dense, b_dense)
site-packages/pandas/tests/arrays/sparse/test_arithmetics.py:19
↓ 35 callersFunctionadd
(line, ret=ret)
site-packages/numpy/f2py/func2subr.py:100
↓ 35 callersMethodalign
(df)
site-packages/pandas/tests/test_sorting.py:283
↓ 35 callersMethodannotate
(self, s, xy, *args, **kwargs)
site-packages/matplotlib/axes/_axes.py:734
↓ 35 callersMethodcopy
(self)
site-packages/setuptools/_vendor/pyparsing.py:2493
↓ 35 callersMethodcreate_index
(self)
site-packages/pandas/tests/indexes/test_base.py:55
↓ 35 callersMethoderror
(self, msg)
site-packages/pdb.py:463
↓ 35 callersMethodeval
(self, *args, **kwargs)
site-packages/pandas/tests/computation/test_eval.py:1089
↓ 35 callersMethodfrom_bounds
(staticmethod) Create a new :class:`Bbox` from *x0*, *y0*, *width* and *height*. *width* and *height* may be negative.
site-packages/matplotlib/transforms.py:810
↓ 35 callersMethodget
Returns named result matching the given key, or if there is no such name, then returns the given C{defaultValue} or C{None} if no
site-packages/pkg_resources/_vendor/pyparsing.py:563
↓ 35 callersFunctioni
(t)
site-packages/matplotlib/backends/web_backend/jquery/js/jquery-ui.min.js:6
↓ 35 callersFunctionis_interval_dtype
Check whether an array-like or dtype is of the Interval dtype. Parameters ---------- arr_or_dtype : array-like The array-lik
site-packages/pandas/core/dtypes/common.py:542
↓ 35 callersMethodnotna
(self)
site-packages/pandas/core/series.py:4286
← previousnext →601–700 of 43,589, ranked by callers