由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问Linux底下有没有最简易的show 2D x-y curve的工具
相关主题
一个C++的概念问题binary_search只要求forward_iterator?
intel icc hash_map 求救!deque的pointer和reference是怎么回事?
STL感觉实在太变态了a question about std::stack
[菜鸟问题]类模板问题呼唤大侠们,我实在不能实现C++泛型的精神。
c++ iterator 弱问stl 的 member type 看起来挺头大的
c++ template question:how to write a function take iterators as parameters?
用那个design pattern好?c++ interview: iterator 和 pointer区别?
关于inserterC++ Q11: iterator
相关话题的讨论汇总
话题: 2d话题: lift话题: curve话题: 命令话题: 简易
进入Programming版参与讨论
1 (共1页)
c***y
发帖数: 367
1
【 以下文字转载自 Linux 讨论区 】
发信人: canny (小桔子), 信区: Linux
标 题: 请问Linux底下有没有最简易的show 2D x-y curve的工具
发信站: BBS 未名空间站 (Tue Dec 4 00:28:24 2007), 转信
运行Fluent 软件产生的 Lift vs. iteration 数据文件如下:
希望有个简易的命令能够直接show 这个 2D X-Y curve
向各位大侠请教了.
有个叫 xmgr的可以,不过我用的server 上没这东西 :(
"Lift Convergence"
"Iterations" "Cl"
1 10.03101
2 6.6097278
3 3.2647585
4 0.67387489
5 -0.62535224
6 -1.1091322
7 -0.92205094
8 -0.43060641
9 0.067002069
s****u
发帖数: 118
2
我知道gnuplot
推荐就不说了,因为只用过这个,没有比较

【在 c***y 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: canny (小桔子), 信区: Linux
: 标 题: 请问Linux底下有没有最简易的show 2D x-y curve的工具
: 发信站: BBS 未名空间站 (Tue Dec 4 00:28:24 2007), 转信
: 运行Fluent 软件产生的 Lift vs. iteration 数据文件如下:
: 希望有个简易的命令能够直接show 这个 2D X-Y curve
: 向各位大侠请教了.
: 有个叫 xmgr的可以,不过我用的server 上没这东西 :(
: "Lift Convergence"
: "Iterations" "Cl"

c***y
发帖数: 367
3
thanks for the information!
不过好象用一个命令还是搞不定.
我希望
just type
gnuplot(or other command) filename
then finish my job (view the graph)
f*******g
发帖数: 25
4
在gnuplot下,就是一个命令啊。 可以google一下。

【在 c***y 的大作中提到】
: thanks for the information!
: 不过好象用一个命令还是搞不定.
: 我希望
: just type
: gnuplot(or other command) filename
: then finish my job (view the graph)

D*******a
发帖数: 3688
5
就是一个命令
还有解ode的命令呢,funny

【在 c***y 的大作中提到】
: thanks for the information!
: 不过好象用一个命令还是搞不定.
: 我希望
: just type
: gnuplot(or other command) filename
: then finish my job (view the graph)

c***y
发帖数: 367
6
well, the first two lines of my data file is explanation lines ( no data)
and then need to run
>gnuplot
with prompt
gnuplot> plot data file (if all lines are data)
to show graph
gnuplot>exit
need 3 step least

站: BBS 未名空间站 (Tue Dec 4 17:42:11 2007), 转信

【在 f*******g 的大作中提到】
: 在gnuplot下,就是一个命令啊。 可以google一下。
1 (共1页)
进入Programming版参与讨论
相关主题
C++ Q11: iteratorc++ iterator 弱问
stl container erase in a loopc++ template question:
stl iterator has "NULL" like const?用那个design pattern好?
C++ vector 一边遍历一边删关于inserter
一个C++的概念问题binary_search只要求forward_iterator?
intel icc hash_map 求救!deque的pointer和reference是怎么回事?
STL感觉实在太变态了a question about std::stack
[菜鸟问题]类模板问题呼唤大侠们,我实在不能实现C++泛型的精神。
相关话题的讨论汇总
话题: 2d话题: lift话题: curve话题: 命令话题: 简易