IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2010, 2:07:33 PM (16 years ago)
Author:
eugene
Message:

clip lines for pt 100 (contours) on edge of plot; fix significant digits for axis and axis strlen; make consistent box & image regardless of -imtool setting, both with and without image or graph; add element to GraphWidget to note existence of a plot (graph may be non NULL and plot may not be defined); update png_jmpbuf code to avoid deprecated element of png struture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/Ohana/src/kapa2/src/bDrawFrame.c

    r28347 r29410  
    9393    xt = fx + (value-min)*dfx/(max - min) + dx;
    9494    yt = fy + (value-min)*dfy/(max - min) + dy;
    95     if (fabs(value) < 0.001) { value = 0.0; }
    96     sprintf (string, "%4g", value);
     95
     96    PrintTick (string, value, min, max);
    9797    bDrawRotText (xt, yt, string, pos, 0.0);
    9898  }
Note: See TracChangeset for help on using the changeset viewer.