# HG changeset patch # User Ben Abbott # Date 1457571927 18000 # Node ID 067662ac6bfea2cd70b6f176080e330d5317d499 # Parent 0ad3fe00d6f9083bae3c697b9f706d66e67741ba Correct typo introduced by changeset 21c3641422e0. __gnuplot_draw_axes__.m: Replace "dataidx" by "data_idx". diff -r 0ad3fe00d6f9 -r 067662ac6bfe scripts/plot/util/private/__gnuplot_draw_axes__.m --- 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;