Changeset 466 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Oct 14, 1999, 7:01:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r463 r466 199 199 if (nom.length() < 1) { 200 200 titre = "Function f(x)"; 201 nom = "/ func/f_x";201 nom = "/autoc/f_x"; 202 202 } 203 203 else titre = nom; … … 261 261 if (nom.length() < 1) { 262 262 titre = "Function f(x,y)"; 263 nom = "/ func/f2d_xy";263 nom = "/autoc/f2d_xy"; 264 264 } 265 265 else titre = nom; … … 485 485 double xmin, xmax, ymin, ymax; 486 486 nt->GetMinMax(0, xmin, xmax); 487 nt->GetMinMax( 0, ymin, ymax);487 nt->GetMinMax(1, ymin, ymax); 488 488 h2 = new Histo2D(xmin, xmax, 50, ymin, ymax, 50); 489 489 int k;
Note:
See TracChangeset
for help on using the changeset viewer.