作为一个理工男。用过了形形色色能够用于科学作图/数据可视化软件:从大学时做实验课推荐用于分析简单採集数据的 Origin; 毕业论文时用来呈现实验时序信号和离线分析脑电信号的 MATLAB。后面还发现了 Octave 以及 Gnuplot ; 以及实验室师兄推荐用的 Matplotlib 软件; 工 ...
分类:
其他好文 时间:
2017-06-27 20:00:02
阅读次数:
203
在提交论文pdf到IEEE时总要检查字体是否为内嵌的,查看pdf中所有字体及是否内嵌可查看:http://sinme.blog.sohu.com/120043575.html。 具体做法是: 在pdf格式的文件中,点“文件”-> “文档属性”-> “字体”,显示的就是你文档中用的所有字体了,每一个字 ...
分类:
其他好文 时间:
2017-05-28 18:06:25
阅读次数:
309
之前尝试用jfreechart画自定义横坐标的折线图或时序图,发现很复杂,后来改用gnuplot了。 gnuplot在网上一搜就能找到下载地址。 安装完成后,主要是命令行形式的交互界面,至少比jfreechart进步一些... set xrange [0:240] #设置x轴范围 set yrang ...
分类:
其他好文 时间:
2017-05-28 18:01:33
阅读次数:
260
简介: Apache Beach (ab)是Apache自带的一个性能测试工具,专门用来测试网站的性能, 不仅限于Apache web服务器。 它可以同时模拟多个并发请求,测试Web服务器的最大承载压力,同时也可以根据Apache Bench提供的测试结果对服务器性能参数进行调整。它可以记录测试数据 ...
分类:
Web程序 时间:
2017-05-28 13:59:18
阅读次数:
383
1. Installer Download octave4.0 gnuplot 5.0.4 2. Installation (1) Octave 安装Octave时提示发现系统装有Win8,继续安装可能导致启动失败。选择继续安装。 support页面 documentation how to ins ...
分类:
其他好文 时间:
2016-09-22 01:21:43
阅读次数:
377
源文件 例'1 1 #!/usr/bin/env python 2 3 import sys 4 import math 5 import os 6 from gnuplot_leon import * 7 8 # Author : Leon Email: yangli0534@gmail.com ...
分类:
编程语言 时间:
2016-09-15 01:00:08
阅读次数:
349
# 9月13日 于成都黄龙溪 1 #!/usr/bin/perl 2 3 # Author : Leon Email: yangli0534@gmail.com 4 # fdtd simulation , plotting with gnuplot, writting in perl 5 # per ...
分类:
其他好文 时间:
2016-09-13 13:12:43
阅读次数:
166
http://stackoverflow.com/questions/6564561/gnuplot-conditional-plotting-plot-col-acol-b-if-col-c-x How can I do this in gnuplot: It should only select ...
分类:
其他好文 时间:
2016-09-09 23:57:52
阅读次数:
265
1 如何运行 gnuplot是一个命令行输入的工具,把命令行写入一个文本file1 file2。使用下列方式运行。 gnuplot {option} file1 file2 2 产生一个图标,不管数据怎么变化保持不变 gnuplot -persist -e "set title 'Sine curv ...
分类:
其他好文 时间:
2016-08-31 02:08:21
阅读次数:
415
源文地址 (September 2008) For the last couple of years, I've been working on European Space Agency (ESA) projects - writing rather complex code generators ...
分类:
其他好文 时间:
2016-08-21 16:40:39
阅读次数:
201