annotate etc/README.gnuplot @ 14585:c38a253723d3
Syncrhonize legend's "visible" and "box" properties. (Bug # 36136)
legend.m: For "legend show", set the legend's "visible" property value equal
to its "box" property value. Modify demo.
author |
Ben Abbott <bpabbott@mac.com> |
date |
Tue, 01 May 2012 19:38:51 -0400 |
parents |
b67c2d580a25 |
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 |