OrderStarPlot[r, f] draws the order star depicting the region where | r/f | < 1 for the functions r and f.OrderStarPlot[r, f, z] draws the order star where r and f are ...
AxesEdge is an option for three-dimensional graphics functions that specifies on which edges of the bounding box axes should be drawn.
An efficient load-on-demand mechanism makes hundreds of gigabytes of carefully curated and continually updated data immediately available inside Mathematica for use in ...
ComponentMeasurements[m, " prop"] computes the values of property prop for each component of a label matrix m that consists of identical elements.ComponentMeasurements[image, ...
MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.
Just as the equation x^2+3x==2 asserts that x^2+3x is equal to 2, so also the inequality x^2+3x>2 asserts that x^2+3x is greater than 2. In Mathematica, Reduce works not only ...
FlipView[{expr_1, expr_2}] represents an object which flips between displaying expr_1 and expr_2 each time it is clicked.FlipView[{expr_1, expr_2, ...}] cyclically flips ...
RandomChoice[{e_1, e_2, ...}] gives a pseudorandom choice of one of the e_i. RandomChoice[list, n] gives a list of n pseudorandom choices. RandomChoice[list, {n_1, n_2, ...}] ...
Dividers is an option for Grid and related constructs that specifies where and how to draw divider lines.
CircularEmbedding[n] constructs a list of n points equally spaced on a circle. CircularEmbedding[g] embeds the vertices of g equally spaced on a circle.