|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
EdgeLabels
EdgeLabels
is an option and property for Graph and related functions that specifies what labels and label positions should be used for edges.
DetailsDetails
- The following option settings can be used:
-
None use no edge labels {vi
vj->lblij,...}label edge
with
etc. - The wrapper Labeled[vi
vj, lbl] is equivalent to Property[vi
vj, EdgeLabels->lbl] and can be used when creating graphs in functions such as Graph etc. - Labeled[vi
vj, lbl, pos] and Placed[lbl, pos] can be used to place labels along an edge. - The following positions pos can be used for Labeled and Placed in positioning edge labels:
-
Tooltip,StatusArea show as tooltip or in status area on mouseover "Start","Middle","End" place label at start, middle, or end {Left,pos},{Right,pos} place label left or right of the edge at symbolic position {s,{lx,ly}} scaled position
in the label at scaled position s along the edge - The scaled position
along the edge curve represents the fraction of the total length: e.g.
places the edge label at the halfway point.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



