Changeset 2500 in Sophya for trunk/SophyaPI/DemoPIApp/exmoddrw.cc


Ignore:
Timestamp:
Feb 24, 2004, 12:21:40 PM (22 years ago)
Author:
ansari
Message:

modif mineure ds programme test de module chargeable piapp avec drawer - Reza 24/02/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/DemoPIApp/exmoddrw.cc

    r2471 r2500  
    4848    double x =  i*dx;
    4949    _mesx[i] = x;
    50     _mesy[i] = x*x + drandpm1();
     50    _mesy[i] = x*x + 3*drandpm1();
    5151  }
    5252  mName = "TstSpeedDrw";
     
    6666  double xmin = -0.1 ;
    6767  double xmax = 3.1;
    68   double ymin = -1.;
    69   double ymax = 10.;
     68  double ymin = -2.;
     69  double ymax = 11.;
    7070  PIAxes::ReSizeMinMax(isLogScaleX(),xmin,xmax);
    7171  PIAxes::ReSizeMinMax(isLogScaleY(),ymin,ymax);
Note: See TracChangeset for help on using the changeset viewer.