Mercurial > hg > octave-lyh
diff NEWS @ 6834:443ee3239abd
[project @ 2007-08-27 18:43:18 by jwe]
author | jwe |
---|---|
date | Mon, 27 Aug 2007 18:43:18 +0000 |
parents | 4775fc1aa728 |
children | 293913e2b15b |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -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,