| 231 |
// TMultiGraph::Draw. Use GetDrawOption to return the option specified |
// TMultiGraph::Draw. Use GetDrawOption to return the option specified |
| 232 |
// when drawin the TMultiGraph. |
// when drawin the TMultiGraph. |
| 233 |
|
|
|
if (!fGraphs) { |
|
|
Error("Draw", "Cannot draw an empty TMultiGraph"); |
|
|
return; |
|
|
} |
|
| 234 |
AppendPad(option); |
AppendPad(option); |
| 235 |
} |
} |
| 236 |
|
|
| 757 |
{ |
{ |
| 758 |
// paint all the graphs of this multigraph |
// paint all the graphs of this multigraph |
| 759 |
|
|
| 760 |
|
if (!fGraphs) return; |
| 761 |
if (fGraphs->GetSize() == 0) return; |
if (fGraphs->GetSize() == 0) return; |
| 762 |
|
|
| 763 |
char *l; |
char *l; |