Building on Mathematica's extensive data manipulation capabilities, Mathematica 8 adds a wide range of new import and export features, advanced image processing algorithms, ...
InteractiveTradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. InteractiveTradingChart[{" name", ...
CandlestickChart[{{date_1, {open_1, high_1, low_1, close_1}}, ...}] makes a chart with candles representing open, high, low, and close prices for each date. ...
LoopFreeGraphQ[g] yields True if the graph g has no self-loops, and False otherwise.
EdgeAdd
(Built-in Mathematica Symbol) EdgeAdd[g, e] makes a graph by adding the edge e to the graph g.EdgeAdd[g, {e_1, e_2, ...}] adds a collection of edges to g.
Mathematica provides various options for labeling three-dimensional graphics. Some of these options are directly analogous to those for two-dimensional graphics, discussed in ...
Mathematica routinely handles huge arrays of numeric, symbolic, textual, or any other data, with any dimension or structure. Arrays are fully integrated into Mathematica's ...
GraphStyle is an option to Graph and related objects that specifies styles to use for the different graph elements.
VertexAdd[g, v] makes a graph by adding the vertex v to the graph g.VertexAdd[g, {v_1, v_2, ...}] adds a collection of vertices to g.
Power
(Built-in Mathematica Symbol) x^y gives x to the power y.