changeset 10930:b0f2b9a2b681

__go_draw_axes__.m: Additional pointtype fix.
author Ben Abbott <bpabbott@mac.com>
date Tue, 31 Aug 2010 12:39:04 -0400
parents 004fd6d6b7e9
children a72d53df4fa6
files scripts/ChangeLog scripts/plot/__go_draw_axes__.m
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Aug 31 12:30:51 2010 -0400
+++ b/scripts/ChangeLog	Tue Aug 31 12:39:04 2010 -0400
@@ -1,5 +1,6 @@
 2010-08-31  Ben Abbott <bpabbott@mac.com>
 
+	* plot/__go_draw_axes__.m: Missing part of last changeset.
 	* plot/__go_draw_axes__.m: Fix specification of pointtype for patches
 	(bug introduced in rev 2f9de135e7f9).
 
--- a/scripts/plot/__go_draw_axes__.m	Tue Aug 31 12:30:51 2010 -0400
+++ b/scripts/plot/__go_draw_axes__.m	Tue Aug 31 12:39:04 2010 -0400
@@ -751,6 +751,8 @@
              [pt, pt2] = gnuplot_pointtype (obj);
              if (! isempty (pt))
                pt = sprintf ("pointtype %s", pt);
+             endif
+             if (! isempty (pt2))
                pt2 = sprintf ("pointtype %s", pt2);
              endif