CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...
EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.
Tooltip
(Built-in Mathematica Symbol) Tooltip[expr, label] displays label as a tooltip while the mouse pointer is in the area where expr is displayed.
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.
Union
(Built-in Mathematica Symbol) Union[list_1, list_2, ...] gives a sorted list of all the distinct elements that appear in any of the list_i. Union[list] gives a sorted version of a list, in which all ...
VertexTextureCoordinates is an option for graphics primitives that specifies the texture coordinates to assign to vertices.
Converting to and from character codes. Mathematica assigns every character that can appear in a string a unique character code. This code is used internally as a way to ...
If you have an equation like 2x==0, it is perfectly clear that the only possible solution is x->0. However, if you have an equation like ax==0, things are not so clear. If a ...
Mathematica provides various options for labeling three-dimensional graphics. Some of these options are directly analogous to those for two-dimensional graphics, discussed in ...