Gnuplot 學習筆記

2021-07-04 12:07:39 字數 1735 閱讀 3906

gnuplotgnuplot-x11(可輸出至x11)

$ gnuplot

gnuplot> help some_command

set

term

postscript

epsenhanced

size

3.7,

5#enhanced使用增強文字,size 圖的大小(英吋),terminal預設為wxt(x11)

setoutput

"psr.eps"

#輸出檔名

#座標軸

setxlabel

"period (s)"

#x軸label

setlogscale

x#設x軸為對數座標

setxtics

1e-9

,-1000

,1e-24

#x軸標度範圍

#set xtics (2,4,6,8,10)

setxr

[0.001:20

]#x軸範圍

setydata

time

#設y軸資料為時間

settimefmt

"%h:%m:%s"

#設定時間格式

setformat

y"%g"

#y軸標度格式

#標註set

key0.01

,100

#legend位置

#unset key #取消legend

setarrow

from

0.1,2to

0.2,

3#箭頭

setlabel

"peak"

at0.01,10

rotate

by10

#標籤#變數a=

3*2**

3#作圖

plot

"a.dat"

using1:

2title

'relation'

with

points

pointtype

6linetype

rgb"red"

pointsize1,

\#資料檔案作圖

x**2

with

line

linetype

5#函式做圖

eps->pdf(否則直接插入tex中enhance文字會顯示異常)

epstopdf    *.eps

pdflatex *.pdf

符號示例解釋^

a^x上標 \superscript

_a_x下標 \subscript

@a@^b_c上標和下標同時出現 \phantom box (occupies no width)

&&插入指定寬度空白 \inserts space of specified length

~~a將後字元放在前字元的頂部 \overprints '-' on 'a', raised by 0.8 times the current fontsize

gnuplot 學習筆記

一 報警解決方法 1 安裝gnuplot之前得先安裝以下包,不然執行plot命令 之後不會有圖象彈出來。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 zl...

gnuplot 學習小計5 標度

gnuplot中的標度就是x軸和y軸上面所顯示的刻度和刻度上的文字。使用命令 set xtics set x2tics set ytics set y2tics 來分別將下方的x軸,上方的x軸,左邊的y軸,右邊的y軸設定為預設的標度。特別的功能選項可以在上述命令的後面加上引數來實現。用 unset ...

gnuplot 環境配置

2.1 gnuplot 的當前版本是什麼?gnuplot的當前發布版本為5.0,於2015年1月發布。增量版本 patchlevel1,2,通常每六個月發布一次。gnuplotis的開發版本目前為5.1。2.2 在 可以找到 gnuplot?最好從開始。從那裡,您可以找到指向其他站點的各種指標,包括...