diff scripts/plot/__go_draw_axes__.m @ 7603:689652eb95d1

fix for scatter markersize
author David Bateman <dbateman@free.fr>
date Wed, 19 Mar 2008 17:30:01 +0100
parents fdb6ff523237
children 49810341db91
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -747,9 +747,9 @@
 
 	     if (isfield (obj, "markersize"))
 	       if (length (mdat) == nc)
-		 m = mdat(i) / 6;
+		 m = mdat(i);
 	       else
-		 m = mdat / 6;
+		 m = mdat;
 	       endif
 	       if (! strcmpi (style, "lines"))
 		 if (have_newer_gnuplot)