Changeset 14182
- Timestamp:
- Jul 12, 2007, 2:28:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/src/Graphs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/Graphs.c
r13479 r14182 25 25 graph[0].data.ymin = 0.0; 26 26 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 27 36 28 37 graph[0].Nobjects = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
