# HG changeset patch # User Ben Abbott # Date 1283272744 14400 # Node ID b0f2b9a2b681f47825fb688b0176d4b0d5508df0 # Parent 004fd6d6b7e999a51ad5a3834d0a84ccfc72358f __go_draw_axes__.m: Additional pointtype fix. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,6 @@ 2010-08-31 Ben Abbott + * 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). diff --git a/scripts/plot/__go_draw_axes__.m b/scripts/plot/__go_draw_axes__.m --- a/scripts/plot/__go_draw_axes__.m +++ b/scripts/plot/__go_draw_axes__.m @@ -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