truncate

From: Patrick Dupre LCMI (pdupre@labs.polycnrs-gre.fr)
Date: Tue Mar 14 2000 - 18:16:22 MET


 (for Int_t i=0;i<nbpt;i++) {
     x[i] = i*0.0001;
     y[i] = 10*sin((double)i/10+0.2);
   }
    TGraph *graph = new TGraph (nbpt, x, y) ;
    graph->Draw ("AC*") ;

is OK, but not :

  (for Int_t i=0;i<nbpt;i++) {
     x[i] = 25125+i*0.0001;
     y[i] = 10*sin((double)i/10+0.2);
   }
    TGraph *graph = new TGraph (nbpt, x, y) ;
    graph->Draw ("AC*") ;

There is a huge truncature effect !!!!!!!!!!!!!

-- 
 --
==============================================================================
   Patrick DUPRE                |   |   Tel:  (33 4) 76-88-78-51
   CNRS/LCMI (GHMFL)            |   |   Fax:  (33 4) 76-85-56-10
   25 Rue des Martyrs, BP 166   |   |   http://eschyle.polycnrs-gre.fr
   F-38042 GRENOBLE Cedex 09    |   |   email: pdupre@polycnrs-gre.fr
==============================================================================



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:21 MET