Hi
I have a program that uses the following feature.
It does not work in the original enclosed with Redhat
EL30, but it is fine in the latest version I download
from the net.
But there is no version number difference, how can I
ensure the version number is correct, I would have
expected a patch level increase.
Thanks
--
MortenB
Redhat patched EL30 enclosed gnuplot:
[mortenb@... tmp]$ /usr/bin/gnuplot
G N U P L O T
Version 4.0 patchlevel 0
last modified Thu Apr 15 14:44:22 CEST 2004
System: Linux 2.4.21-sgi304rp05022820_10148
Copyright (C) 1986 - 1993, 1998, 2004
Thomas Williams, Colin Kelley and many others
This is gnuplot version 4.0. Please refer to
the documentation
for command syntax changes. The old syntax
will be accepted
throughout the 4.0 series, but all save files
use the new syntax.
Type `help` to access the on-line reference
manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send comments and requests for help to
<gnuplot-info@...>
Send bugs, suggestions and mods to
<gnuplot-bugs@...>
Terminal type set to 'x11'
gnuplot> set terminal png tiny transparent size
800,600
Terminal type set to 'png'
^
expecting: {small, medium,
large},[no]transparent, or {monochrome, gray, color,
[xRRGGBB] }
gnuplot> q
Network downloaded version:
[mortenb@... tmp]$ /usr/local/bin/gnuplot
G N U P L O T
Version 4.0 patchlevel 0
last modified Thu Apr 15 14:44:22 CEST 2004
System: Linux 2.4.21-sgi304rp05022820_10148
Copyright (C) 1986 - 1993, 1998, 2004
Thomas Williams, Colin Kelley and many others
This is gnuplot version 4.0. Please refer to
the documentation
for command syntax changes. The old syntax
will be accepted
throughout the 4.0 series, but all save files
use the new syntax.
Type `help` to access the on-line reference
manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send comments and requests for help to
<gnuplot-info@...>
Send bugs, suggestions and mods to
<gnuplot-bugs@...>
Terminal type set to 'x11'
gnuplot> set terminal png tiny transparent size 800,60
Terminal type set to 'png'
Options are 'transparent nocrop tiny size 800,60 '
[mortenb@... tmp]$ /usr/local/bin/gnuplot --version
gnuplot 4.0 patchlevel 0
[mortenb@... tmp]$ /usr/bin/gnuplot --version
gnuplot 4.0 patchlevel 0
|