使用 gnuplot 在网页中显示数据
2010-03-15 00:00:00 来源:WEB开发网安装 gnuplot
可以从 AIX® 5L Source Packages 网站下载 rpm 形式的 gnuplot 4.2:http://www.perzl.org/aix/index.php。
对于本文中的示例,除了 gnuplot,还需要一个正在运行的 http 服务器。
也可以从本文后面或 AIX toolbox 网站下载所需的依赖库和 http 服务器。
在安装 gnuplot 之前,一定要安装下面的 rpm 库,因为 gnuplot 需要这些库:
fontconfig-2.7.2-1.aix5.1.ppc.rpm
expat-2.0.1-2.aix5.1.ppc.rpm
freetype2-2.3.9-1.aix5.1.ppc.rpm
zlib-1.2.3-5.aix5.1.ppc.rpm
libpng-1.2.40-1.aix5.1.ppc.rpm
gd-2.0.35-4.aix5.1.ppc.rpm
libjpeg-7-1.aix5.1.ppc.rpm
libXpm-3.5.7-2.aix5.1.ppc.rpm
gettext-0.17-1.aix5.1.ppc.rpm
glib2-2.20.5-1.aix5.1.ppc.rpm
使用以下命令列出已经安装的 rpm:
# rpm –qa
最后,安装 gnuplot 包:
# rpm -ivh gnuplot-4.2.4-1.aix5.1.ppc.rpm
运行 gnuplot 以测试它。这会显示 gnuplot 命令界面(用 quit 命令退出界面):
$ gnuplot
G N U P L O T
Version 4.2 patchlevel 4
last modified Sep 2008
System: 5.3
Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/
Send bug reports and suggestions to <http://sourceforge.net/projects/gnu
plot>
Terminal type set to 'unknown'
gnuplot>
更多精彩
赞助商链接