[root] / trunk / hist / hist / src / TMultiGraph.cxx Repository:
ViewVC logotype

Diff of /trunk/hist/hist/src/TMultiGraph.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31491, Tue Dec 1 18:11:55 2009 UTC revision 32499, Mon Mar 8 13:39:32 2010 UTC
# Line 812  Line 812 
812           uxmax   = gPad->PadtoX(rwxmax);           uxmax   = gPad->PadtoX(rwxmax);
813        } else {        } else {
814           g = (TGraph*) next();           g = (TGraph*) next();
815           g->ComputeRange(rwxmin, rwymin, rwxmax, rwymax);           if (g) g->ComputeRange(rwxmin, rwymin, rwxmax, rwymax);
816           while ((g = (TGraph*) next())) {           while ((g = (TGraph*) next())) {
817              Double_t rx1,ry1,rx2,ry2;              Double_t rx1,ry1,rx2,ry2;
818              g->ComputeRange(rx1, ry1, rx2, ry2);              g->ComputeRange(rx1, ry1, rx2, ry2);

Legend:
Removed from v.31491  
changed lines
  Added in v.32499

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9