Mercurial > hg > octave-nkf
annotate etc/README.gnuplot @ 18691:336e64e9e6e3 draft
Fully int8 type support
author | LYH <lyh.kernel@gmail.com> |
---|---|
date | Fri, 21 Mar 2014 14:59:39 -0400 |
parents | b67c2d580a25 |
children | 446c46af4b42 |
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 |