gnuplot使用using $1:$2出問題 - Linux

By Tristan Cohan
at 2012-06-30T03:55
at 2012-06-30T03:55
Table of Contents
幫翻譯:
On Jun 27, 5:14 pm, [email protected] (tim845487) wrote:
> 大家用gnuplot有遇過這個問題嗎
> 我的gnuplot using $1:$2 這個部分竟然不能用
> ex:
> plot 'data.txt' using $1:$2
要不要試試看
plot 'data.txt' using 1:2
或
plot 'data.txt' using ($1):($2)
> data.txt可能是
> 2 3
> 5 7
> 4 6
> 之類 就只有兩個column的數字
> $1
> 會顯示 ^ undefined value這個錯誤
> 很奇怪 我看了help using也有提到$1 $2這個用法
> 而且我windows版本的gnuplot使用$就沒問題
> 完全google不到相關的資訊
>
> 我的系統是ubuntu 10.04
> 我用Synaptic下載gnuplot
>
> --
On Jun 27, 5:14 pm, [email protected] (tim845487) wrote:
> 大家用gnuplot有遇過這個問題嗎
> 我的gnuplot using $1:$2 這個部分竟然不能用
> ex:
> plot 'data.txt' using $1:$2
要不要試試看
plot 'data.txt' using 1:2
或
plot 'data.txt' using ($1):($2)
> data.txt可能是
> 2 3
> 5 7
> 4 6
> 之類 就只有兩個column的數字
> $1
> 會顯示 ^ undefined value這個錯誤
> 很奇怪 我看了help using也有提到$1 $2這個用法
> 而且我windows版本的gnuplot使用$就沒問題
> 完全google不到相關的資訊
>
> 我的系統是ubuntu 10.04
> 我用Synaptic下載gnuplot
>
> --
Tags:
Linux
All Comments
Related Posts
用ArchLinux的ABS編譯Firefox 13.0.1

By Zora
at 2012-06-29T22:15
at 2012-06-29T22:15
bash的例子

By Frederica
at 2012-06-29T20:24
at 2012-06-29T20:24
有無將WinXP分割區搬至vbox的快速方式?

By Frederica
at 2012-06-29T19:12
at 2012-06-29T19:12
解決 PCManX 會自動關閉

By Hamiltion
at 2012-06-29T16:35
at 2012-06-29T16:35
解決 PCManX 會自動關閉

By Joseph
at 2012-06-29T15:11
at 2012-06-29T15:11