IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14182


Ignore:
Timestamp:
Jul 12, 2007, 2:28:43 PM (19 years ago)
Author:
eugene
Message:

setting rational defaults for graph style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/Graphs.c

    r13479 r14182  
    2525  graph[0].data.ymin = 0.0;
    2626  graph[0].data.ymax = 1.0;
     27
     28  graph[0].data.style   = 2;            // points
     29  graph[0].data.ptype   = 2;            // + for points
     30  graph[0].data.ltype   = 0;            // solid line
     31  graph[0].data.etype   = 0;            // no error bars
     32  graph[0].data.ebar    = 0;            // no cross bar
     33  graph[0].data.color   = 0;            // black
     34  graph[0].data.lweight = 0.5;          // line weight of 0.5
     35  graph[0].data.size    = 1.0;          // point size of 1.0
    2736
    2837  graph[0].Nobjects = 0;
Note: See TracChangeset for help on using the changeset viewer.