Mercurial > hg > octave-nkf
comparison scripts/plot/__gnuplot_version__.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | 98ee80702bca |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6894:0a71f51ae624 | 6895:76e3d985ae56 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
18 ## 02110-1301, USA. | 18 ## 02110-1301, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## Undocumented internal function. |
21 ## @deftypefn {Function File} {@var{version} =} __gnuplot_version__ (@var{gplt_exe}) | 21 |
22 ## Return the version of gnuplot we are using. Note that we do not | 22 ## Return the version of gnuplot we are using. Note that we do not |
23 ## attempt to handle the case of the user switching to different | 23 ## attempt to handle the case of the user switching to different |
24 ## versions of gnuplot during the same session. | 24 ## versions of gnuplot during the same session. |
25 ## @end deftypefn | |
26 | 25 |
27 function version = __gnuplot_version__ () | 26 function version = __gnuplot_version__ () |
28 | 27 |
29 persistent __version__ = ""; | 28 persistent __version__ = ""; |
30 | 29 |