Changeset 466 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc


Ignore:
Timestamp:
Oct 14, 1999, 7:01:58 PM (26 years ago)
Author:
ercodmgr
Message:

Changement nom /func en /autoc
Nouvelles commandes PAW-like n/plot,...,reset,h/plot/2d etc..
Creation de helpfit pour commenatires fit,fitlin,fitw,crfitfun etc..

cmv 14/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/servnobjm.cc

    r463 r466  
    199199  if (nom.length() < 1) {
    200200     titre = "Function f(x)";
    201      nom = "/func/f_x";
     201     nom = "/autoc/f_x";
    202202    }
    203203  else titre = nom;
     
    261261  if (nom.length() < 1) {
    262262     titre = "Function f(x,y)";
    263      nom = "/func/f2d_xy";
     263     nom = "/autoc/f2d_xy";
    264264    }
    265265  else titre = nom;
     
    485485  double xmin, xmax, ymin, ymax;
    486486  nt->GetMinMax(0, xmin, xmax);
    487   nt->GetMinMax(0, ymin, ymax);
     487  nt->GetMinMax(1, ymin, ymax);
    488488  h2 = new Histo2D(xmin, xmax, 50, ymin, ymax, 50);
    489489  int k;
Note: See TracChangeset for help on using the changeset viewer.