SetGraphOptions[g, opts] returns with the options opts set. |
SetGraphOptions[g, {v1, v2, ..., vopts}, gopts] returns the graph with the options vopts set for vertices and the options gopts set for the graph . |
SetGraphOptions[g, {e1, e2, ..., eopts}, gopts] with edges , works similarly. |
SetGraphOptions[g, {{elements1, opts1}, {elements2, opts2}, ...}, opts] returns 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. |