Index: trunk/psModules/src/extras/pmVisual.c
===================================================================
--- trunk/psModules/src/extras/pmVisual.c	(revision 36856)
+++ trunk/psModules/src/extras/pmVisual.c	(revision 40454)
@@ -262,6 +262,6 @@
 
     // the point size will be scaled from the z vector
-    graphdata->ptype = 7;
-    graphdata->style = 2;
+    graphdata->ptype = KAPA_POINT_CIRCLE_OPEN;
+    graphdata->style = KAPA_PLOT_POINTS;
     graphdata->size = -1;
     KapaPrepPlot (kapid, xVec->n, graphdata);
