changeset 21427:067662ac6bfe

Correct typo introduced by changeset 21c3641422e0. __gnuplot_draw_axes__.m: Replace "dataidx" by "data_idx".
author Ben Abbott <bpabbott@mac.com>
date Wed, 09 Mar 2016 20:05:27 -0500
parents 0ad3fe00d6f9
children 217e6e97085b
files scripts/plot/util/private/__gnuplot_draw_axes__.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/private/__gnuplot_draw_axes__.m	Tue Mar 08 21:31:53 2016 -0500
+++ b/scripts/plot/util/private/__gnuplot_draw_axes__.m	Wed Mar 09 20:05:27 2016 -0500
@@ -1209,7 +1209,7 @@
             if (all (obj.facecolor == 1))
               hidden_removal = true;
             else
-              withclause{data_idx} = [withclause{dataidx} " nohidden3d"];
+              withclause{data_idx} = [withclause{data_idx} " nohidden3d"];
             endif
           elseif (facecolor_none_or_white)
             fputs (plot_stream,"set style increment user;\n");
@@ -1225,7 +1225,7 @@
             if (all (obj.facecolor == 1))
               hidden_removal = true;
             else
-              withclause{data_idx} = [withclause{dataidx} " nohidden3d"];
+              withclause{data_idx} = [withclause{data_idx} " nohidden3d"];
             endif
           else
             hidden_removal = true;