Network Graph Layout Method - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Network Graph Layout Method

 

Options

Description

Examples

Options

• 

sink=vertex

  

specify a main sink for the network. If a sink is specified, then a source must also be given.

• 

source=vertex

  

specify a main source for the network. If a source is specified then a sink must also be given.

• 

orientation="horizontal" or "vertical"

  

layout the network left to right, or top to bottom respectively. The default is "vertical".

Description

• 

The network layout method renders the Graph as a network starting from a source and ending at a sink that are either given, or automatically determined by IsNetwork.

• 

This layout method works only in two dimensions.

Examples

(1)

(2)

See Also

GraphTheory[DrawGraph]

GraphTheory[DrawNetwork]

GraphTheory[IsNetwork]

 


Download Help Document