[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 13975, Wed Feb 1 17:45:56 2006 UTC revision 14017, Thu Feb 9 15:51:23 2006 UTC
# Line 1  Line 1 
1  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.26 2005/11/21 13:57:42 couet Exp $  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.27 2006/02/01 17:45:56 brun Exp $
2  // Author: Rene Brun   12/10/2000  // Author: Rene Brun   12/10/2000
3    
4  /*************************************************************************  /*************************************************************************
# Line 1167  Line 1167 
1167     }     }
1168     out<<"   multigraph->Draw("     out<<"   multigraph->Draw("
1169        <<quote<<option<<quote<<");"<<endl;        <<quote<<option<<quote<<");"<<endl;
1170    
1171       TAxis *xaxis = GetXaxis();
1172       TAxis *yaxis = GetYaxis();
1173    
1174       if (xaxis) xaxis->SaveAttributes(out, "multigraph","->GetXaxis()");
1175       if (yaxis) yaxis->SaveAttributes(out, "multigraph","->GetYaxis()");
1176  }  }
1177    
1178    

Legend:
Removed from v.13975  
changed lines
  Added in v.14017

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9