Index: trunk/Ohana/src/opihi/dvo/imbox.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/imbox.c	(revision 12332)
+++ trunk/Ohana/src/opihi/dvo/imbox.c	(revision 13479)
@@ -3,5 +3,5 @@
 int imbox (int argc, char **argv) {
   
-  int j, Nskip, status, InPic, flipped;
+  int j, kapa, Nskip, status, InPic, flipped;
   Vector Xvec, Yvec;
   double r, d, x[4], y[4], Rmin, Rmax, Rmid;
@@ -12,5 +12,5 @@
   FILE *f;
 
-  if (!style_args (&graphmode, &argc, argv, 0)) return FALSE;
+  if (!style_args (&graphmode, &argc, argv, &kapa)) return FALSE;
 
   if (argc != 2) {
@@ -18,5 +18,4 @@
     return (FALSE);
   }
-  SetGraph (graphmode);
 
   f = fopen (argv[1], "r");
@@ -77,7 +76,5 @@
       graphmode.ptype = 100; /* connect pairs of points */
       graphmode.etype = 0;
-      PrepPlotting (8, &graphmode);
-      PlotVector (8, Xvec.elements);
-      PlotVector (8, Yvec.elements);
+      PlotVectorPair (kapa, 8, Xvec.elements, Yvec.elements, &graphmode);
     }
   skip:
