orbit.matching.matching#
Functions
|
Plot the autocorrelation of x. |
|
Test whether all array elements along a given axis evaluate to True. |
|
Returns True if two arrays are element-wise equal within a tolerance. |
|
Return the maximum of an array or maximum along an axis. |
|
Return the minimum of an array or minimum along an axis. |
|
Return the angle of the complex argument. |
|
Plot the angle spectrum. |
|
Annotate the point xy with text text. |
|
Test whether any array element along a given axis evaluates to True. |
|
Append values to the end of an array. |
|
Apply a function to 1-D slices along the given axis. |
|
Apply a function repeatedly over multiple axes. |
|
Return evenly spaced values within a given interval. |
|
Returns the indices of the maximum values along an axis. |
|
Returns the indices of the minimum values along an axis. |
|
Perform an indirect partition along the given axis using the algorithm specified by the kind keyword. |
|
Returns the indices that would sort an array. |
|
Find the indices of array elements that are non-zero, grouped by element. |
|
Round an array to the given number of decimals. |
|
array(object, dtype=None, *, copy=True, order='K', subok=False, ndmin=0, |
|
Return a string representation of an array. |
|
True if two arrays have the same shape and elements, False otherwise. |
|
Returns True if input arrays are shape consistent and all elements equal. |
|
Return the string representation of an array. |
|
Split an array into multiple sub-arrays. |
|
Return a string representation of the data in an array. |
|
[Discouraged] Add an arrow to the Axes. |
|
Convert the input to an ndarray, but pass ndarray subclasses through. |
|
Convert the input to an array. |
|
Convert the input to an array, checking for NaNs or Infs. |
|
Return a contiguous array (ndim >= 1) in memory (C order). |
|
Return an array (ndim >= 1) laid out in Fortran order in memory. |
|
Interpret the input as a matrix. |
|
Copies an array to a specified data type. |
|
Convert inputs to arrays with at least one dimension. |
|
View inputs as arrays with at least two dimensions. |
|
View inputs as arrays with at least three dimensions. |
|
Autoscale the axis view to the data (toggle). |
|
Set the colormap to 'autumn'. |
|
Compute the weighted average along the specified axis. |
|
Add an Axes to the current figure and make it the current Axes. |
|
Add a horizontal line spanning the whole or fraction of the Axes. |
|
Add a horizontal span (rectangle) across the Axes. |
|
Convenience method to get or set some axis properties. |
|
Add an infinitely long straight line. |
|
Add a vertical line spanning the whole or fraction of the Axes. |
|
Add a vertical span (rectangle) across the Axes. |
|
Make a bar plot. |
|
Label a bar plot. |
|
Plot a 2D field of wind barbs. |
|
Make a horizontal bar plot. |
|
Return the Bartlett window. |
|
Return a string representation of a number in the given base system. |
|
Return the binary representation of the input number as a string. |
|
Count number of occurrences of each value in array of non-negative ints. |
|
Return the Blackman window. |
|
Assemble an nd-array from nested lists of blocks. |
|
Build a matrix object from a string, nested sequence, or array. |
|
Set the colormap to 'bone'. |
|
Turn the Axes box on or off on the current Axes. |
|
Draw a box and whisker plot. |
|
Broadcast any number of arrays against each other. |
|
Broadcast the input shapes into a single shape. |
|
Broadcast an array to a new shape. |
|
Plot a horizontal sequence of rectangles. |
|
busday_count( |
|
busday_offset( |
|
Returns True if cast between data types can occur according to the casting rule. |
|
Cast a value to a type. |
|
Construct an array from an index array and a list of arrays to choose from. |
|
Clear the current Axes. |
|
Label a contour plot. |
|
Clear the current figure. |
|
Set the color limits of the current image. |
|
Clip (limit) the values in an array. |
|
Close a figure window, and unregister it from pyplot. |
|
Plot the coherence between x and y. |
|
Add a colorbar to a plot. |
|
Stack 1-D arrays as columns into a 2-D array. |
|
Return a scalar type which is common to the input arrays. |
|
Return selected slices of an array along given axis. |
|
Join a sequence of arrays along an existing axis. |
|
Join a sequence of arrays along an existing axis. |
|
Bind function func to event s. |
|
Plot contour lines. |
|
Plot filled contours. |
|
Returns the discrete, linear convolution of two one-dimensional sequences. |
|
Set the colormap to 'cool'. |
|
Set the colormap to 'copper'. |
|
Return an array copy of the given object. |
|
Copies values from one array to another, broadcasting as necessary. |
|
Return Pearson product-moment correlation coefficients. |
|
Cross-correlation of two 1-dimensional sequences. |
|
Counts the number of non-zero values in the array |
|
Estimate a covariance matrix, given data and weights. |
|
Return the cross product of two (arrays of) vectors. |
|
Plot the cross-spectral density. |
|
Return the cumulative product of elements along a given axis. |
|
Return the cumulative sum of the elements along a given axis. |
|
Return the cumulative product of elements along a given axis. |
|
Return the cumulative sum of the elements along a given axis. |
|
Create a new Cycler object from a single positional argument, a pair of positional arguments, or the combination of keyword arguments. |
|
Convert an array of datetimes into an array of strings. |
|
Get information about the step size of a date or time type. |
|
Remove an ~.axes.Axes (defaulting to the current Axes) from its figure. |
|
Return a new array with sub-arrays along an axis deleted. |
|
Extract a diagonal or construct a diagonal array. |
|
Return the indices to access the main diagonal of an array. |
|
Return the indices to access the main diagonal of an n-dimensional array. |
|
Create a two-dimensional array with the flattened input as a diagonal. |
|
Return specified diagonals. |
|
Calculate the n-th discrete difference along the given axis. |
|
Return the indices of the bins to which each value in input array belongs. |
|
Disconnect the callback with id cid. |
|
Dot product of two arrays. |
|
Redraw the current figure. |
|
Redraw all stale managed figures, or, if force is True, all managed figures. |
|
Redraw the current figure if in interactive mode. |
|
Split array into multiple sub-arrays along the 3rd axis (depth). |
|
Stack arrays in sequence depth wise (along third axis). |
|
Compute and plot the empirical cumulative distribution function of x. |
|
The differences between consecutive elements of an array. |
|
einsum(subscripts, *operands, out=None, dtype=None, order='K', |
|
Evaluates the lowest cost contraction order for an einsum expression by considering the creation of intermediate arrays. |
|
Return a new array of given shape and type, without initializing entries. |
|
Return a new array with the same shape and type as a given array. |
|
Plot y versus x as lines and/or markers with attached errorbars. |
|
Plot identical parallel lines at the given positions. |
|
Expand the shape of an array. |
|
Return the elements of an array that satisfy some condition. |
|
Return a 2-D array with ones on the diagonal and zeros elsewhere. |
|
Calculate the width and height for a figure with a specified aspect ratio. |
|
Add a non-resampled image to the figure. |
|
Place a legend on the figure. |
|
Return whether the figure with the given id exists. |
|
Add text to figure. |
|
Create a new figure, or activate an existing figure. |
|
Plot filled polygons. |
|
Fill the area between two horizontal curves. |
|
Fill the area between two vertical curves. |
|
Fill the main diagonal of the given array of any dimensionality. |
|
Find artist objects. |
|
Round to nearest integer towards zero. |
|
Set the colormap to 'flag'. |
|
Return indices that are non-zero in the flattened version of a. |
|
Reverse the order of elements in an array along the given axis. |
|
Reverse the order of elements along axis 1 (left/right). |
|
Reverse the order of elements along axis 0 (up/down). |
|
Format a floating-point scalar as a decimal string in positional notation. |
|
Format a floating-point scalar as a decimal string in scientific notation. |
|
Create a NumPy array from an object implementing the |
|
Interpret a buffer as a 1-dimensional array. |
|
Construct an array from data in a text or binary file. |
|
Construct an array by executing a function over each coordinate. |
|
Create a new 1-dimensional array from an iterable object. |
|
Takes an arbitrary Python function and returns a NumPy ufunc. |
|
Construct an array from a text file, using regular expression parsing. |
|
A new 1-D array initialized from text data in a string. |
|
Find the roots of a function. |
|
Return a new array of given shape and type, filled with fill_value. |
|
Return a full array with the same shape and type as a given array. |
|
Get the current Axes. |
|
Get the current figure. |
|
Get the current colorable artist. |
|
Load data from a text file, with missing values handled as specified. |
|
Return numbers spaced evenly on a log scale (a geometric progression). |
|
Return the value of an .Artist's property, or print all of them. |
|
Return the name of the current backend. |
|
Get a colormap instance, defaulting to rc values if name is None. |
|
Return the figure manager of the current figure. |
|
Return a list of existing figure labels. |
|
Return a list of existing figure numbers. |
|
Return the directory that contains the NumPy *.h header files. |
|
[Deprecated] Get a sorted list of all of the plotting commands. |
|
Return the current print options. |
|
Return the names of the available scales. |
|
Return the size of the buffer used in ufuncs. |
|
Get the current way of handling floating-point errors. |
|
Return the current callback function used on floating-point errors. |
|
Return the value of an .Artist's property, or print all of them. |
|
Blocking call to interact with a figure. |
|
Return the gradient of an N-dimensional array. |
|
Set the colormap to 'gray'. |
|
Configure the grid lines. |
|
Return the Hamming window. |
|
Return the Hanning window. |
|
Make a 2D hexagonal binning plot of points x, y. |
|
Compute and plot a histogram. |
|
Make a 2D histogram plot. |
|
Compute the histogram of a dataset. |
|
Compute the bi-dimensional histogram of two data samples. |
|
Function to calculate only the edges of the bins used by the histogram function. |
|
Compute the multidimensional histogram of some data. |
|
Plot horizontal lines at each y from xmin to xmax. |
|
Set the colormap to 'hot'. |
|
Split an array into multiple sub-arrays horizontally (column-wise). |
|
Stack arrays in sequence horizontally (column wise). |
|
Set the colormap to 'hsv'. |
|
Modified Bessel function of the first kind, order 0. |
|
Return the identity array. |
|
Return the imaginary part of the complex argument. |
|
Read an image from a file into an array. |
|
Colormap and save an array as an image file. |
|
Display data as an image, i.e., on a 2D regular raster. |
|
Return an array representing the indices of a grid. |
|
Set the colormap to 'inferno'. |
|
Get help information for an array, function, class, or module. |
|
Inner product of two arrays. |
|
Insert values along the given axis before the given indices. |
|
Connect to the display hook of the current shell. |
|
Set whether to redraw after every plotting command (e.g. |
|
One-dimensional linear interpolation for monotonically increasing sample points. |
|
Find the intersection of two arrays. |
|
Disable interactive mode. |
|
Enable interactive mode. |
|
is_busday( |
|
Returns a boolean array where two arrays are element-wise equal within a tolerance. |
|
Returns a bool array, where True if input element is complex. |
|
Check for a complex type or an array of complex numbers. |
|
Determine if a provided dtype is of a specified data type |
|
Check if the array is Fortran contiguous but not C contiguous. |
|
Calculates |
|
Return whether plots are updated after every plotting command. |
|
Test element-wise for negative infinity, return result as bool array. |
|
Test element-wise for positive infinity, return result as bool array. |
|
Returns a bool array, where True if input element is real. |
|
Return True if x is a not complex type or an array of complex numbers. |
|
Returns True if the type of element is a scalar type. |
|
Returns True if first argument is a typecode lower/equal in type hierarchy. |
|
Check whether or not an object can be iterated over. |
|
Construct an open mesh from multiple sequences. |
|
Set the colormap to 'jet'. |
|
Return the Kaiser window. |
|
Kronecker product of two arrays. |
|
Place a legend on the Axes. |
|
Perform an indirect stable sort using a sequence of keys. |
|
Return evenly spaced numbers over a specified interval. |
|
Load arrays or pickled objects from |
|
Load data from a text file. |
|
Control behavior of major tick locators. |
|
Make a plot with log scaling on both the x- and y-axis. |
|
Return numbers spaced evenly on a log scale. |
|
Set the colormap to 'magma'. |
|
Plot the magnitude spectrum. |
|
Set or retrieve margins around the data for autoscaling axis limits. |
|
Return the indices to access (n, n) arrays, given a masking function. |
|
Transposes a matrix (or a stack of matrices) |
|
Display a 2D array as a matrix in a new figure window. |
|
Return the maximum of an array or maximum along an axis. |
|
Determine if two arrays might share memory |
|
Compute the arithmetic mean along the specified axis. |
|
Compute the median along the specified axis. |
|
Return a tuple of coordinate matrices from coordinate vectors. |
|
Return the minimum of an array or minimum along an axis. |
|
For scalar |
|
Remove minor ticks from the Axes. |
|
Display minor ticks on the Axes. |
|
Return the character for the minimum-size type to which given types can be safely cast. |
|
Move axes of an array to new positions. |
|
Replace NaN with zero and infinity with large finite numbers (default behaviour) or with the numbers defined by the user using the nan, posinf and/or neginf keywords. |
|
Return the indices of the maximum values in the specified axis ignoring NaNs. |
|
Return the indices of the minimum values in the specified axis ignoring NaNs. |
|
Return the cumulative product of array elements over a given axis treating Not a Numbers (NaNs) as one. |
|
Return the cumulative sum of array elements over a given axis treating Not a Numbers (NaNs) as zero. |
|
Return the maximum of an array or maximum along an axis, ignoring any NaNs. |
|
Compute the arithmetic mean along the specified axis, ignoring NaNs. |
|
Compute the median along the specified axis, while ignoring NaNs. |
|
Return minimum of an array or minimum along an axis, ignoring any NaNs. |
|
Compute the qth percentile of the data along the specified axis, while ignoring nan values. |
|
Return the product of array elements over a given axis treating Not a Numbers (NaNs) as ones. |
|
Compute the qth quantile of the data along the specified axis, while ignoring nan values. |
|
Compute the standard deviation along the specified axis, while ignoring NaNs. |
|
Return the sum of array elements over a given axis treating Not a Numbers (NaNs) as zero. |
|
Compute the variance along the specified axis, while ignoring NaNs. |
|
Return the number of dimensions of an array. |
|
nested_iters(op, axes, flags=None, op_flags=None, op_dtypes=None, order='K', casting='safe', buffersize=0) |
|
Create a new figure manager instance. |
|
Set the colormap to 'nipy_spectral'. |
|
Return the indices of the elements that are non-zero. |
|
Integrate a system of ordinary differential equations. |
|
Return a new array of given shape and type, filled with ones. |
|
Return an array of ones with the same shape and type as a given array. |
|
Compute the outer product of two vectors. |
|
Decorator for overloaded functions/methods. |
|
Packs the elements of a binary-valued array into bits in a uint8 array. |
|
Pad an array. |
|
Return a partitioned copy of an array. |
|
Run the GUI event loop for interval seconds. |
|
Create a pseudocolor plot with a non-regular rectangular grid. |
|
Create a pseudocolor plot with a non-regular rectangular grid. |
|
Compute the q-th percentile of the data along the specified axis. |
|
Returns an array with axes transposed. |
|
Plot the phase spectrum. |
|
Plot a pie chart. |
|
Evaluate a piecewise-defined function. |
|
Set the colormap to 'pink'. |
|
Change elements of an array based on conditional and input values. |
|
Set the colormap to 'plasma'. |
|
Plot y versus x as lines and/or markers. |
|
[Deprecated] Plot coercing the axis to treat floats as dates. |
|
Make a polar plot. |
|
Find the coefficients of a polynomial with the given sequence of roots. |
|
Find the sum of two polynomials. |
|
Return the derivative of the specified order of a polynomial. |
|
Returns the quotient and remainder of polynomial division. |
|
Least squares polynomial fit. |
|
Return an antiderivative (indefinite integral) of a polynomial. |
|
Find the product of two polynomials. |
|
Difference (subtraction) of two polynomials. |
|
Evaluate a polynomial at specific values. |
|
Context manager for setting print options. |
|
Set the colormap to 'prism'. |
|
Return the product of array elements over a given axis. |
|
Returns the data type with the smallest size and smallest scalar kind to which both |
|
Plot the power spectral density. |
|
Range of values (maximum - minimum) along an axis. |
|
Replaces specified elements of an array with given values. |
|
Put values into the destination array by matching 1d index and data slices. |
|
Changes elements of an array based on conditional and input values. |
|
Compute the q-th quantile of the data along the specified axis. |
|
Plot a 2D field of arrows. |
|
Add a key to a quiver plot. |
|
Return a contiguous flattened array. |
|
Converts a tuple of index arrays into an array of flat indices, applying boundary modes to the multi-index. |
|
Set the current .rcParams. group is the grouping for the rc, e.g., for |
|
Return a context manager for temporarily changing rcParams. |
|
Restore the .rcParams from Matplotlib's internal default style. |
|
Return the real part of the complex argument. |
|
If input is complex with all imaginary parts close to zero, return real parts. |
|
Repeat each element of an array after themselves |
|
Return an ndarray of the provided type that satisfies requirements. |
|
Gives a new shape to an array without changing its data. |
|
Return a new array with the specified shape. |
|
Returns the type that results from applying the NumPy type promotion rules to the arguments. |
|
Get or set the radial gridlines on the current polar plot. |
|
Roll array elements along a given axis. |
|
Roll the specified axis backwards, until it lies in a given position. |
|
Find a root of a vector function. |
|
Return the roots of a polynomial with coefficients given in p. |
|
Rotate an array by 90 degrees in the plane specified by axes. |
|
Evenly round to the given number of decimals. |
|
Stack arrays in sequence vertically (row wise). |
|
Save an array to a binary file in NumPy |
|
Save the current figure as an image or vector graphic to a file. |
|
Save an array to a text file. |
|
Save several arrays into a single file in uncompressed |
|
Save several arrays into a single file in compressed |
|
Set the current Axes to ax and the current Figure to the parent of ax. |
|
A scatter plot of y vs. |
|
Set the current image. |
|
Find indices where elements should be inserted to maintain order. |
|
Return an array drawn from elements in choicelist, depending on conditions. |
|
Make a plot with log scaling on the x-axis. |
|
Make a plot with log scaling on the y-axis. |
|
Set the default colormap, and applies it to the current image if any. |
|
Configure Matplotlib's logging levels. |
|
Set printing options. |
|
Set the size of the buffer used in ufuncs. |
|
Find the set difference of two arrays. |
|
Set how floating-point errors are handled. |
|
Set the floating-point error callback function or log object. |
|
Set one or more properties on an .Artist, or list allowed values. |
|
Find the set exclusive-or of two arrays. |
|
Return the shape of an array. |
|
Determine if two arrays share memory. |
|
Display all open figures. |
|
Show libraries and system information on which NumPy was built and is being used |
|
Print information about various resources in the system including available intrinsic support and BLAS/LAPACK library in use |
|
Return the normalized sinc function. |
|
Return the number of elements along a given axis. |
|
Return a sorted copy of an array. |
|
Sort a complex array using the real part first, then the imaginary part. |
|
Plot a spectrogram. |
|
Split an array into multiple sub-arrays as views into ary. |
|
Set the colormap to 'spring'. |
|
Plot the sparsity pattern of a 2D array. |
|
Remove axes of length one from a. |
|
Join a sequence of arrays along a new axis. |
|
Draw a stacked area plot or a streamgraph. |
|
Draw a stepwise constant function as a line or a filled plot. |
|
Compute the standard deviation along the specified axis. |
|
Create a stem plot. |
|
Make a step plot. |
|
Draw streamlines of a vector flow. |
|
Add an Axes to the current figure or retrieve an existing Axes. |
|
Create a subplot at a specific location inside a regular grid. |
|
Build a layout of Axes based on ASCII art or nested lists. |
|
Launch a subplot tool window for a figure. |
|
Create a figure and a set of subplots. |
|
Adjust the subplot layout parameters. |
|
Sum of array elements over a given axis. |
|
Set the colormap to 'summer'. |
|
Add a centered super title to the figure. |
|
Interchange two axes of an array. |
|
Set the pyplot backend. |
|
Add a table to an ~.axes.Axes. |
|
Take elements from an array along an axis. |
|
Take values from the input array by matching 1d index and data slices. |
|
Compute tensor dot product along specified axes. |
|
Add text to the Axes. |
|
Get or set the theta gridlines on the current polar plot. |
|
Change the appearance of ticks, tick labels, and gridlines. |
|
Configure the .ScalarFormatter used by default for linear Axes. |
|
Adjust the padding between and around subplots. |
|
Construct an array by repeating A the number of times given by reps. |
|
Set a title for the Axes. |
|
Return the sum along diagonals of the array. |
|
Returns an array with axes transposed. |
|
Integrate along the given axis using the composite trapezoidal rule. |
|
An array with ones at and below the given diagonal and zeros elsewhere. |
|
Draw contour lines on an unstructured triangular grid. |
|
Draw contour regions on an unstructured triangular grid. |
|
Lower triangle of an array. |
|
Return the indices for the lower-triangle of an (n, m) array. |
|
Return the indices for the lower-triangle of arr. |
|
Remove values along a dimension which are zero along all other. |
|
Create a pseudocolor plot of an unstructured triangular grid. |
|
Draw an unstructured triangular grid as lines and/or markers. |
|
Upper triangle of an array. |
|
Return the indices for the upper-triangle of an (n, m) array. |
|
Return the indices for the upper-triangle of arr. |
|
Make and return a second Axes that shares the x-axis. |
|
Make and return a second Axes that shares the y-axis. |
|
Return a description for the given data type code. |
|
Disconnect from the display hook of the current shell. |
|
Find the union of two arrays. |
|
Find the unique elements of an array. |
|
Find the unique elements of an array, and counts, inverse, and indices. |
|
Find the unique elements and counts of an input array x. |
|
Find the unique elements of x and indices to reconstruct x. |
|
Returns the unique elements of an input array x. |
|
Unpacks elements of a uint8 array into a binary-valued output array. |
|
Converts a flat index or array of flat indices into a tuple of coordinate arrays. |
|
Split an array into a sequence of arrays along the given axis. |
|
Unwrap by taking the complement of large deltas with respect to the period. |
|
Generate a Vandermonde matrix. |
|
Compute the variance along the specified axis. |
|
Return the dot product of two vectors. |
|
Make a violin plot. |
|
Set the colormap to 'viridis'. |
|
Plot vertical lines at each x from ymin to ymax. |
|
Split an array into multiple sub-arrays vertically (row-wise). |
|
Stack arrays in sequence vertically (row wise). |
|
Blocking call to interact with the figure. |
|
Return elements chosen from x or y depending on condition. |
|
Set the colormap to 'winter'. |
|
Plot the cross correlation between x and y. |
|
Turn on xkcd sketch-style drawing mode. |
|
Set the label for the x-axis. |
|
Get or set the x limits of the current Axes. |
|
Set the xaxis' scale. |
|
Get or set the current tick locations and labels of the x-axis. |
|
Set the label for the y-axis. |
|
Get or set the y-limits of the current Axes. |
|
Set the yaxis' scale. |
|
Get or set the current tick locations and labels of the y-axis. |
|
Return a new array of given shape and type, filled with zeros. |
|
Return an array of zeros with the same shape and type as a given array. |
Classes
|
An abstract base class for context managers. |
|
An .Annotation is a .Text that can refer to a specific position xy. |
|
An arrow patch. |
|
Abstract base class for objects that render into a FigureCanvas. |
|
Place evenly spaced ticks, with the step size and maximum number of ticks chosen automatically. |
|
A helper class that implements ~.Axes.axline, by recomputing the artist transform at draw time. |
|
An Axes object encapsulates all the elements of an individual (sub-)plot in a figure. |
|
Filter used with |
|
A GUI neutral button. |
|
A circle patch. |
|
Data to color pipeline. |
|
Base class for artists that make map data to color using a .colorizer.Colorizer. |
|
Baseclass for all scalar to RGBA mappings. |
|
Create a collection of name/value pairs. |
|
|
|
Context manager for dynamic management of a stack of exit callbacks. |
|
The top level container for all the plot elements. |
|
Base class for .Figure and .SubFigure containing the methods that add artists to the figure or subfigure, create Axes, etc. |
|
The canvas the figure renders into. |
|
A backend-independent abstraction of a figure container and controller. |
|
Return fixed strings for tick labels based only on position, not value. |
|
Place ticks at a set of fixed values. |
|
Use an old-style ('%' operator) format string to format the tick. |
|
Create a string based on a tick value and location. |
|
Use a user-defined function for formatting. |
|
A grid layout to place subplots within a figure. |
|
Place ticks at every nth point plotted. |
|
A line - the line can have both a solid linestyle connecting all the vertices, and a marker at each vertex. |
|
Place ticks at evenly spaced values. |
|
Determine tick locations. |
|
Base class for formatting ticks on a log or symlog scale. |
|
Format values for log axis using |
|
Format values for log axis using |
|
Place logarithmically spaced ticks. |
|
Place evenly spaced ticks, with a cap on the total number of ticks. |
|
|
|
Place ticks at every integer multiple of a base plus an offset. |
|
A class which, when called, maps values within the interval |
|
Always return the empty string. |
|
No ticks |
|
|
|
A polar graph projection, where the input dimensions are theta, r. |
|
A general polygon patch. |
|
A rectangle defined via an anchor point xy and its width and height. |
|
Format tick values as a number. |
|
A slider representing a floating point range. |
|
alias of |
|
The location of a subplot in a GridSpec. |
|
The subclass of the MATRIX_Lattice class. |
|
Handle storing and drawing of text in window or data coordinates. |
|
|
|
|
|
Abstract base class for GUI neutral widgets. |
|
Boolean type (True or False), stored as a byte. |
|
alias of |
|
Produce an object that mimics broadcasting. |
|
A business day calendar object that efficiently stores information defining valid days for the busday family of functions. |
|
alias of |
|
A byte string. |
|
alias of |
|
Abstract base class of all character string scalar types. |
|
Complex number type composed of two extended-precision floating-point numbers. |
|
Complex number type composed of two double-precision floating-point numbers, compatible with Python |
|
alias of |
|
Complex number type composed of two single-precision floating-point numbers. |
|
Abstract base class of all complex number scalar types that are made up of floating-point numbers. |
|
alias of |
|
If created from a 64-bit integer, it represents an offset from |
|
alias of |
|
-- |
|
Context manager for floating-point error handling. |
|
Machine limits for floating point types. |
|
Flat iterator object to iterate over arrays. |
|
Abstract base class of all scalar types without predefined length. |
|
alias of |
|
Half-precision floating-point number type. |
|
Single-precision floating-point number type, compatible with C |
|
Double-precision floating-point number type, compatible with Python |
|
Abstract base class of all floating-point scalar types. |
|
Base class for numpy scalar types. |
|
alias of |
|
Machine limits for integer types. |
|
Abstract base class of all numeric scalar types with a (potentially) inexact representation of the values in its range, such as floating-point numbers. |
|
Signed integer type, compatible with C |
|
Signed integer type, compatible with C |
|
Signed integer type, compatible with C |
|
Signed integer type, compatible with C |
|
alias of |
|
alias of |
|
Abstract base class of all integer scalar types. |
|
alias of |
|
alias of |
|
Extended-precision floating-point number type, compatible with C |
|
Signed integer type, compatible with C |
|
Returns a matrix from an array-like object, or from a string of data. |
|
Create a memory-map to an array stored in a binary file on disk. |
|
An array object represents a multidimensional, homogeneous array of fixed-size items. |
|
Multidimensional index iterator. |
|
An N-dimensional iterator object to index arrays. |
|
nditer(op, flags=None, op_flags=None, op_dtypes=None, order='K', |
|
Abstract base class of all numeric scalar types. |
|
Any Python object. |
|
A one-dimensional polynomial class. |
|
Construct an ndarray that allows field access using attributes. |
|
A data-type scalar that allows field access as attribute lookup. |
|
alias of |
|
Abstract base class of all signed integer scalar types. |
|
alias of |
|
A unicode string. |
|
A timedelta stored as a 64-bit integer. |
|
alias of |
|
Functions that operate element by element on whole arrays. |
|
alias of |
|
Unsigned integer type, compatible with C |
|
Unsigned integer type, compatible with C |
|
Unsigned signed integer type, 64bit on 64bit systems and 32bit on 32bit systems. |
|
Unsigned integer type, compatible with C |
|
alias of |
|
alias of |
|
alias of |
|
Unsigned integer type, compatible with C |
|
Abstract base class of all unsigned integer scalar types. |
|
alias of |
|
vectorize(pyfunc=np._NoValue, otypes=None, doc=None, excluded=None, cache=False, signature=None) |
|
Create a new structured or unstructured void scalar. |