[root] Repository:
ViewVC logotype

Revision 754


Jump to revision: Previous Next
Author: brun
Date: Thu Oct 12 13:27:23 2000 UTC (14 years, 3 months ago)
Log Message:
Add new class TMultiGraph.
//   A TMultiGraph is a collection of TGraph (or derived) objects
//   Use TMultiGraph::Add to add a new graph to the list.
//   The TMultiGraph owns the objects in the list.
//   Drawing options are the same as for TGraph
//   Example;
//     TGraph *gr1 = new TGraph(...
//     TGraphErrors *gr2 = new TGraphErrors(...
//     TMultiGraph *mg = new TMultiGraph();
//     mg->Add(gr1);
//     mg->Add(gr2);
//     mg->Draw("alp");

Changed paths:

Path Details
Directorytrunk/graf/inc/TMultiGraph.h added
Directorytrunk/graf/src/TMultiGraph.cxx added

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9