diff scripts/plot/__go_draw_axes__.m @ 10929:004fd6d6b7e9

__go_draw_axes__.m: Fix pointtype for patches.
author Ben Abbott <bpabbott@mac.com>
date Tue, 31 Aug 2010 12:30:51 -0400
parents 2f9de135e7f9
children b0f2b9a2b681
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Tue Aug 31 07:41:18 2010 -0400
+++ b/scripts/plot/__go_draw_axes__.m	Tue Aug 31 12:30:51 2010 -0400
@@ -749,6 +749,10 @@
              endif
 
              [pt, pt2] = gnuplot_pointtype (obj);
+             if (! isempty (pt))
+               pt = sprintf ("pointtype %s", pt);
+               pt2 = sprintf ("pointtype %s", pt2);
+             endif
 
              if (mono)
                colorspec = "";