annotate README.gnuplot @ 12710:762d10c77277
stable
maint: use libdir for .oct files, not libexecdir
From Orion Poplawski <orion@cora.nwra.com>.
* configure.ac (octlibdir): Use octave/$(version), not
octave-$(version).
(octfiledir): Use $(libdir), not $(libexecdir).
(localoctfiledir): Likewise.
(localapioctfiledir): Likewise.
(localveroctfiledir): Likewise.
* pkg.m: Use libdir instead of libexecdir as needed.
author |
John W. Eaton <jwe@octave.org> |
date |
Mon, 06 Jun 2011 11:54:15 -0400 |
parents |
28c10478fa13 |
children |
|
rev |
line source |
11442
|
1 Octave works best with gnuplot 4.4 or higher, which is available from |
7088
|
2 http://www.gnuplot.info. |
5486
|
3 |
11442
|
4 In versions prior to 4.2.6 it is not possible to use the mouse to zoom in |
|
5 on plots. This is a limitation of earlier versions of gnuplot, which are |
|
6 unable to zoom when the data it plots is not stored in a file. |
5486
|
7 |
3132
|
8 |
|
9 John W. Eaton |
9322
|
10 jwe@octave.org |
3132
|
11 |
11442
|
12 Last updated: Tue Jan 4 18:55:56 PST 2011 |