Index: trunk/Ohana/src/opihi/dvo/skycat.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/skycat.c	(revision 8328)
+++ trunk/Ohana/src/opihi/dvo/skycat.c	(revision 13479)
@@ -6,5 +6,5 @@
   
   double Radius;
-  int i, j, N, Nregions, ShowAll, NPTS, Npts, leftside, Depth, VERBOSE;
+  int i, j, N, Nregions, kapa, ShowAll, NPTS, Npts, leftside, Depth, VERBOSE;
   struct stat filestat;
   Vector Xvec, Yvec;
@@ -32,5 +32,5 @@
   }
 
-  if (!style_args (&graphmode, &argc, argv, 0)) return FALSE;
+  if (!style_args (&graphmode, &argc, argv, &kapa)) return FALSE;
 
   if (argc != 1) {
@@ -38,5 +38,4 @@
     return (FALSE);
   }
-  SetGraph (graphmode);
 
   Radius = MAX (fabs(graphmode.xmax), fabs(graphmode.ymax));
@@ -97,7 +96,5 @@
     graphmode.ptype = 100; /* connect pairs of points */
     graphmode.etype = 0;
-    PrepPlotting (Npts, &graphmode);
-    PlotVector (Npts, Xvec.elements);
-    PlotVector (Npts, Yvec.elements);
+    PlotVectorPair (kapa, Npts, Xvec.elements, Yvec.elements, &graphmode);
   }
 
