Changeset 2500 in Sophya for trunk/SophyaPI/DemoPIApp/exmoddrw.cc
- Timestamp:
- Feb 24, 2004, 12:21:40 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/DemoPIApp/exmoddrw.cc
r2471 r2500 48 48 double x = i*dx; 49 49 _mesx[i] = x; 50 _mesy[i] = x*x + drandpm1();50 _mesy[i] = x*x + 3*drandpm1(); 51 51 } 52 52 mName = "TstSpeedDrw"; … … 66 66 double xmin = -0.1 ; 67 67 double xmax = 3.1; 68 double ymin = - 1.;69 double ymax = 1 0.;68 double ymin = -2.; 69 double ymax = 11.; 70 70 PIAxes::ReSizeMinMax(isLogScaleX(),xmin,xmax); 71 71 PIAxes::ReSizeMinMax(isLogScaleY(),ymin,ymax);
Note:
See TracChangeset
for help on using the changeset viewer.