Changeset 19837
- Timestamp:
- Oct 2, 2008, 10:45:09 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/src/bDrawFrame.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/bDrawFrame.c
r17466 r19837 6 6 double fx, fy, dfx, dfy, range, major, minor, first, next; 7 7 char *fontname; 8 int weight; 9 bDrawColor color; 8 10 9 11 /* each axis is drawn independently */ … … 15 17 dfy = graph[0].axis[i].dfy; 16 18 P = hypot ((double)graph[0].axis[(i+1)%2].dfx, (double)graph[0].axis[(i+1)%2].dfy); 19 20 weight = MAX (0, MIN (10, graph[0].axis[i].lweight)); 21 color = MAX (0, MIN (15, graph[0].axis[i].color)); 22 bDrawSetStyle (color, weight, 0); 17 23 18 24 if (graph[0].axis[i].isaxis) {
Note:
See TracChangeset
for help on using the changeset viewer.
