HighlightedVertices - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GraphTheory

  

HighlightedVertices

  

retrieve the highlighted vertices from a graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

HighlightedVertices( G )

Parameters

G

-

graph

Description

• 

The HighlightedVertices command returns a list (which may be empty) of the vertices of a graph G that have been highlighted.

• 

A vertex is considered to have been highlighted if it is to be drawn with a color other than the default.

Examples

> 

with⁡GraphTheory:

> 

G≔CompleteGraph⁡5:

> 

HighlightedVertices⁡G

(1)
> 

HighlightVertex⁡G,1,4,PaleGreen

> 

HighlightedVertices⁡G

1,4

(2)

See Also

HighlightedEdges

HighlightEdges

HighlightSubgraph

HighlightTrail

HighlightVertex