Index: /trunk/Ohana/src/kapa2/src/bDrawFrame.c
===================================================================
--- /trunk/Ohana/src/kapa2/src/bDrawFrame.c	(revision 19836)
+++ /trunk/Ohana/src/kapa2/src/bDrawFrame.c	(revision 19837)
@@ -6,4 +6,6 @@
   double fx, fy, dfx, dfy, range, major, minor, first, next;
   char *fontname;
+  int weight;
+  bDrawColor color;
 
   /* each axis is drawn independently */
@@ -15,4 +17,8 @@
     dfy = graph[0].axis[i].dfy;
     P = hypot ((double)graph[0].axis[(i+1)%2].dfx, (double)graph[0].axis[(i+1)%2].dfy);
+
+    weight = MAX (0, MIN (10, graph[0].axis[i].lweight));
+    color = MAX (0, MIN (15, graph[0].axis[i].color));
+    bDrawSetStyle (color, weight, 0);
 
     if (graph[0].axis[i].isaxis) { 
