Changeset 185 in Sophya for trunk/SophyaPI/PIext/pigfd2.cc


Ignore:
Timestamp:
Jan 10, 1999, 5:13:51 PM (27 years ago)
Author:
ercodmgr
Message:

Modif calcul View-3D Reza 10/01/99

File:
1 edited

Legend:

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

    r171 r185  
    5252D *= 1.4;
    5353Set3DView((xmin+xmax)/2., (ymin+ymax)/2, (zmin+zmax)/2.,
    54           (xmin+xmax)/2.+D , (ymin+ymax)/2.+2.*D , zmin+(zmax-zmin)*0.2, 0.3, 0.3); 
     54          (xmin+xmax)/2.+D , (ymin+ymax)/2.-2.5*D , zmin+(zmax-zmin)*0.85, 0.25, 0.25); 
    5555
    56 xMin = xmin - 0.05*(xmax-xmin);
    57 xMax = xmax + 0.05*(xmax-xmin);
    58 yMin = ymin - 0.05*(ymax-ymin);
    59 yMax = ymax + 0.05*(ymax-ymin);
    60 zMin = zmin - 0.05*(zmax-zmin);
    61 zMax = zmax + 0.05*(zmax-zmin);
     56x3Min = xmin;    x3Max = xmax;
     57y3Min = ymin;    y3Max = ymax;
     58z3Min = zmin;    z3Max = zmax;
    6259
    6360}
     
    6663void PIGenFitDat3D::Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, float ymax)
    6764{
     65// On trace les axes - En attendant de faire mieux - Reza 8/12/98
     66if (axesFlags != kAxesNone)  DrawAxes(g);
     67
    6868if (!mGFD) return;
    6969if(mGFD->NData()<=0) return;
    7070if(VarX<0 || VarY<0) return;
     71
    7172// On plotte les barre d'erreurs ligne demandee explicitement
    7273if(mLAtt!=PI_NotDefLineAtt) SelectErrBar(true,true,true);
Note: See TracChangeset for help on using the changeset viewer.