ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/tgraph.c
(Generate patch)

Comparing ray/src/meta/tgraph.c (file contents):
Revision 1.3 by schorsch, Mon Jul 21 22:30:18 2003 UTC vs.
Revision 1.4 by schorsch, Fri Aug 1 14:14:24 2003 UTC

# Line 262 | Line 262 | int  flag;
262   if (flag & ORIGIN)
263      plseg(010, XBEG, yorg, XBEG+XSIZ-1, yorg);
264  
265 #if  CPM || MAC
266 if (xstep > 1.0)
267    format = "%5.0f";
268 else
269    format = "%5.3f";
270 #else
265   format = "%5g";
272 #endif
266   if (logx)
267      format = "1e%-3.0f";
268  
# Line 302 | Line 295 | int  flag;
295   if (flag & ORIGIN)
296      plseg(010, xorg, YBEG, xorg, YBEG+YSIZ-1);
297  
305 #if  CPM || MAC
306 if (ystep > 1.0)
307    format = "%5.0f";
308 else
309    format = "%5.3f";
310 #else
298   format = "%5g";
312 #endif
299   if (logy)
300      format = "1e%-3.0f";
301  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines