DistributionChart[{data_1, data_2, ...}] makes a distribution chart with a distribution symbol for each data_i.DistributionChart[{..., w_i[data_i, ...], ..., w_j[data_j, ...
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
TradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. TradingChart[{" name", daterange}] makes a ...
AutoOpenNotebooks is a global option that specifies which notebooks should be automatically opened when Mathematica is started.
BoxFormFormatTypes is a global option that specifies the list of typeset format types that are currently defined.
PointFigureChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a point and figure chart with prices p_i at date date_i.PointFigureChart[{" name", daterange}] makes a point and ...
By providing a completely extensible set of vertex and edge properties, you can make graphs represent much more than the structural information embodied in their topology. ...
OneIdentity is an attribute that can be assigned to a symbol f to indicate that f[x], f[f[x]], etc. are all equivalent to x for the purpose of pattern matching.
EllipticExpPrime[u, {a, b}] gives the derivative of EllipticExp[u, {a, b}] with respect to u.