IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2005, 8:27:19 AM (21 years ago)
Author:
eugene
Message:

added weight and type to lines, defined -noX option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/bDrawFrame.c

    r5610 r5612  
    1818
    1919    if (layout[0].axis[i].isaxis) {
    20       bDrawLine (fx, fy, fx+dfx, fy+dfy, FALSE);
     20      bDrawLine (fx, fy, fx+dfx, fy+dfy);
    2121    }
    2222   
     
    7070  dy = dir*size*dfx*n;
    7171 
    72   bDrawLine (x, y, x+dx, y+dy, FALSE);
     72  bDrawLine (x, y, x+dx, y+dy);
    7373
    7474  if (mode == 1) {
Note: See TracChangeset for help on using the changeset viewer.