gnuplot是个很好的数学绘图工具,eamcs org mode 中可以使用,1现在发现newlisp早就支持了。先演示一个例子,看图:此图有三根折线,分别可以用三个list表示数据。参考下面的newlisp代码:#!/usr/bin/newlisp
;;(module "plot.lsp")
(load "b.lsp")
(set 'plot:title "集群存储总结")
(set 'p...
分类:
其他好文 时间:
2015-07-24 18:20:52
阅读次数:
152
Linux 上的数据可视化工具5 种开放源码图形化工具简介Linux® 上用来实现数据的图形可视化的应用程序有很多,从简单的 2-D 绘图到 3-D 制图,再到科学图形编程和图形模拟。幸运的是,这方面的工具有很多开放源码实现,包括 gnuplot、GNU Octave、Scilab、MayaVi、M...
分类:
系统相关 时间:
2015-07-13 06:28:44
阅读次数:
308
安装gnuplot:sudo apt-get install gnuplot安装成功后,在终端输入gnuplot,进入gnuplot。直接进行一个小测试:plot sin(x)发现不能显示绘制的图。其实,原因是出现了'Terminal type set to 'unknown'这样的问题。往上翻看安...
分类:
其他好文 时间:
2015-06-19 18:26:06
阅读次数:
168
使用命令安装: brew?install?gnuplot?--with-x11 进入gnuplot gnuplot 正常的欢迎界面 G?N?U?P?L?O?T
Version?4.6?patchlevel?6????last?modified?September?2014
Build?System:?Darwin?...
分类:
系统相关 时间:
2015-06-12 01:15:30
阅读次数:
2551
gnuplot命令大全在linux命令提示符下运行gnuplot命令启动,输入quit或q或exit退出。plot命令gnuplot> plot sin(x) with line linetype 3 linewidth 2 或 gnuplot> plot sin(x) w l lt 3 lw 2 ...
分类:
系统相关 时间:
2015-06-04 15:34:34
阅读次数:
241
原文:http://blog.csdn.net/rav009/article/details/12995095在安装LibSVM前需要先装 python 和 gnuplotlinux 一般都自带了python2.7,所以python的安装不再赘述在 ubuntu下安装 gnuplot 不能直接 su...
分类:
系统相关 时间:
2015-05-31 00:05:02
阅读次数:
263
来源:http://www.ibm.com/developerworks/cn/aix/library/au-gnuplot/简介gnuplot 是一个用于生成趋势图和其他图形的工具。它通常用于收集基于时间的数据,但是不限于此;也可以使用静态数据。gnuplot 可以以批模式运行或动态运行,结果由图...
分类:
Web程序 时间:
2015-05-29 20:18:15
阅读次数:
154
使用步骤:1.设置一个定时任何执行getperf.sh,采集性能数据2.将采集到性能数据文件,如:192.168.1.1.tar.gz解压3.将性能分析的脚步performance_analyse.sh放到解压后的目录中4.安装gnuplot程序5.将字体文件夹,拷贝到/usr/share/fonts/目录6.直接运行bashperformance_analyse..
分类:
其他好文 时间:
2015-05-29 18:25:24
阅读次数:
153
1.所需要软件下载: (1)libsvm(http://www.csie.ntu.edu.tw/~cjlin/libsvm/) (2)python (3)gnuplot 画图软件(ftp://ftp.gnuplot.info/pub/gnuplot/)这里只考虑windows的环境: 1、 下载li...
分类:
其他好文 时间:
2015-05-06 12:34:48
阅读次数:
166
在os x系统下使用终端,比如iterm,ssh到Linux机器上,然后在Linux机器上使用gnuplot进行绘图。一、工程配置我使用的是os x yosemite 10.10,去ssh RedHat Linux,下面的这些操作都是在这样的前提条件下进行的。1. mac os x系统安装x11. ...
分类:
系统相关 时间:
2015-05-04 06:25:30
阅读次数:
1431