Combinatorica Package >

SetGraphOptions

SetGraphOptions[g, opts]
returns g with the options opts set.
SetGraphOptions[g, {v1, v2, ..., vopts}, gopts]
returns the graph with the options vopts set for vertices v_1,v_2,… and the options gopts set for the graph g.
SetGraphOptions[g, {e1, e2, ..., eopts}, gopts]
with edges e_1,e_2,…, works similarly.
SetGraphOptions[g, {{elements1, opts1}, {elements2, opts2}, ...}, opts]
returns g with the options opts1 set for the elements in the sequence elements1, the options opts2 set for the elements in the sequence elements2, and so on.
  • Here, elements can be a sequence of edges or a sequence of vertices. A tag that takes on values One or All can also be passed in as an argument before any options.
  • The default value of the tag is All and it is useful if the graph has multiple edges. It informs the function about whether all edges that connect a pair of vertices are to be affected or only one edge is affected.
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team