FromAdjacencyMatrix[m] constructs a graph from a given adjacency matrix m, using a circular embedding. FromAdjacencyMatrix[m, v] uses v as the embedding for the resulting ...
ShowGraph[g] displays the graph g. ShowGraph[g, Directed] is obsolete and it is currently identical to ShowGraph[g].
ErrorBar
(Error Bar Plots Package Symbol) ErrorBar[{ negerror, poserror }] error in the positive and negative directions.ErrorBar[yerr] error yerr in both the positive and negative directions.ErrorBar[xerr, yerr] ...
Scale
(Numerical Calculus Package Symbol) Scale is an option to NLimit and ND that specifies the scale at which variations are expected.
LegendBackground is an option for Legend, which specifies the style of background to use with a legend.
LegendTextDirection is an option for Legend, which specifies the direction of text next to the key box.
BreadthFirstScan[g, s, {"event_1" -> f_1, "event_2" -> f_2, ...}] performs a breadth-first scan (bfs) of the graph g starting at the vertex s and evaluates f_i whenever ...
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
FindClique[g] finds a clique with maximum number of vertices in the graph g.
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.