The following arguments are named arguments for Graph Box():
For example, Graph Box() accepts named arguments as shown in the following example, which creates a graph with a red background.
X Name( "height" ),
Y Name( "weight" ),
图 12.7 Creating a Graph
Alternatively, you can use the send << operator to send commands to the Graph Box instead of using the named arguments. This example also creates a graph with a red background.