changeset 6834:443ee3239abd

[project @ 2007-08-27 18:43:18 by jwe]
author jwe
date Mon, 27 Aug 2007 18:43:18 +0000
parents e8a18d380097
children 293913e2b15b
files NEWS
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Aug 27 17:22:51 2007 +0000
+++ b/NEWS	Mon Aug 27 18:43:18 2007 +0000
@@ -42,6 +42,13 @@
     + Plot property values are not extensively checked.  Specifying
       invalid property values may produce unpredictible results.
 
+    + Octave no longer creates temporary data files for plotting, but
+      instead sends data over the same pipe that is used to send
+      commands to gnuplot.  While this avoids the problem of
+      cluttering /tmp with data files, it is no longer possible to use
+      the mouse to zoom in on plots.  This is a limitation of gnuplot,
+      which is unable to zoom when the data it plots is not stored in
+      a file.
 
  ** The way Octave handles search paths has changed.  Instead of
     setting the built-in variable LOADPATH, you must use addpath,