diff scripts/plot/__go_draw_axes__.m @ 7078:405cf85b435c

[project @ 2007-10-30 14:04:59 by jwe]
author jwe
date Tue, 30 Oct 2007 14:05:00 +0000
parents 033918b854a7
children 607b70017dab
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Mon Oct 29 19:12:28 2007 +0000
+++ b/scripts/plot/__go_draw_axes__.m	Tue Oct 30 14:05:00 2007 +0000
@@ -1056,7 +1056,7 @@
       case "*"
 	pt = "3";
       case "."
-	pt = "7";
+	pt = "0";
       case "x"
 	pt = "2";
       case {"square", "s"}