Index: branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/cline.c
===================================================================
--- branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/cline.c	(revision 40158)
+++ branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/cline.c	(revision 40159)
@@ -20,5 +20,5 @@
 
   /* set point style and errorbar mode (these are NOT sticky) */
-  graphmode.style = 0;
+  graphmode.style = KAPA_PLOT_CONNECT;
   graphmode.etype = 0;
 
Index: branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/czplot.c
===================================================================
--- branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/czplot.c	(revision 40158)
+++ branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/czplot.c	(revision 40159)
@@ -236,5 +236,5 @@
   Zvec.Nelements = Npts;
 
-  graphmode.style = 2;
+  graphmode.style = KAPA_PLOT_POINTS;
   graphmode.color = -1; /* point color determined by Zvec */
   graphmode.etype = 0;
Index: branches/eam_branches/ohana.20170822/src/opihi/cmd.data/line.c
===================================================================
--- branches/eam_branches/ohana.20170822/src/opihi/cmd.data/line.c	(revision 40158)
+++ branches/eam_branches/ohana.20170822/src/opihi/cmd.data/line.c	(revision 40159)
@@ -33,5 +33,5 @@
 
   /* set point style and errorbar mode (these are NOT sticky) */
-  graphmode.style = 0;
+  graphmode.style = KAPA_PLOT_CONNECT;
   graphmode.etype = 0;
 
Index: branches/eam_branches/ohana.20170822/src/opihi/cmd.data/zplot.c
===================================================================
--- branches/eam_branches/ohana.20170822/src/opihi/cmd.data/zplot.c	(revision 40158)
+++ branches/eam_branches/ohana.20170822/src/opihi/cmd.data/zplot.c	(revision 40159)
@@ -226,5 +226,5 @@
 
   /* point size determined by Zvec */
-  graphmode.style = 2; /* plot points */
+  graphmode.style = KAPA_PLOT_POINTS; /* plot points */
   graphmode.color = -1; /* point color determined by Zvec */
   graphmode.etype = 0; /* no errorbars */
