changeset 11955:5ea44288952d release-3-2-x

__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
author Ben Abbott <bpabbott@mac.com>
date Wed, 03 Jun 2009 10:40:20 -0400
parents b6a163a356a2
children 0e60041ef2e5
files scripts/ChangeLog scripts/plot/__gnuplot_has_feature__.m
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <bpabbott@mac.com>
 
+	* 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.
--- 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)