| 398 |
{ |
{ |
| 399 |
// Draw this multigraph with its current attributes. |
// Draw this multigraph with its current attributes. |
| 400 |
// |
// |
| 401 |
// Options to draw a graph are described in TGraph::PainGraph |
// Options to draw a graph are described in TGraph::PaintGraph |
| 402 |
// |
// |
| 403 |
// The drawing option for each TGraph may be specified as an optional |
// The drawing option for each TGraph may be specified as an optional |
| 404 |
// second argument of the Add function. You can use GetGraphDrawOption |
// second argument of the Add function. You can use GetGraphDrawOption |
| 406 |
// If a draw option is specified, it will be used to draw the graph, |
// If a draw option is specified, it will be used to draw the graph, |
| 407 |
// otherwise the graph will be drawn with the option specified in |
// otherwise the graph will be drawn with the option specified in |
| 408 |
// TMultiGraph::Draw. Use GetDrawOption to return the option specified |
// TMultiGraph::Draw. Use GetDrawOption to return the option specified |
| 409 |
// when drawin the TMultiGraph. |
// when drawing the TMultiGraph. |
| 410 |
|
|
| 411 |
AppendPad(option); |
AppendPad(option); |
| 412 |
} |
} |