# HG changeset patch # User Ben Abbott # Date 1244040020 14400 # Node ID 5ea44288952da1ea089a417880b2eb4c135ad887 # Parent b6a163a356a23f64ec5face40ada9e5da49c3c7d __gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5". diff -r b6a163a356a2 -r 5ea44288952d scripts/ChangeLog --- a/scripts/ChangeLog Wed Jun 03 10:38:17 2009 -0400 +++ b/scripts/ChangeLog Wed Jun 03 10:40:20 2009 -0400 @@ -1,5 +1,7 @@ 2009-06-03 Ben Abbott + * plot/__gnuplot_has_feature__.m: Change version for + "x11_figure_position" from ">=4.3.0" to ">=4.2.5". * plot/__scatter__.m: If the color spec is empty, set using __next_line_color__. * plot/scatter3.m: Add demos. diff -r b6a163a356a2 -r 5ea44288952d scripts/plot/__gnuplot_has_feature__.m --- a/scripts/plot/__gnuplot_has_feature__.m Wed Jun 03 10:38:17 2009 -0400 +++ b/scripts/plot/__gnuplot_has_feature__.m Wed Jun 03 10:40:20 2009 -0400 @@ -35,7 +35,7 @@ if (isempty (has_features)) gnuplot_version = __gnuplot_version__ (); - versions = {"4.3", "4.3", "4.3", "4.2", "4.2", "4.3", "4.3", "4.3"}; + versions = {"4.2.5", "4.3", "4.3", "4.2", "4.2", "4.3", "4.3", "4.3"}; operators = {">=", ">=", ">=", ">=", ">=", ">=", ">=", ">="}; have_features = logical (zeros (size (features))); for n = 1 : numel (have_features)