- xmgrace -autoscale none -world xmin ymin xmax ymax data.xvg
xmgrace -autoscale x -world xmin ymin xmax ymax data.xvgxmgrace -autoscale y -world xmin ymin xmax ymax data.xvg
若要指定輸出的圖片的檔名,用 -printfile 這個參數,沒有指定會與data.xvg同檔名,只是副檔名不一樣;要直接輸出圖片而不預覽則用-hardcopy:
- xmgrace -printfile xxx.png data.xvg
- xmgrace -hardcopy data.xvg
- xmgrace -printfile xxx.png -hardcopy data.xvg
第二個指令則是直接印出來,至於支援的圖片格式用 xmgrace -version 來看
第三個指令直接把 data.xvg 印到 xxx.png 這個檔案裡面而不再預覽
所以如果想要把 data.xvg 裡面的資料用xy散佈圖,設定座標軸範圍(xmin=0, ymin=0, xmax=100, ymax=0.5)出一張叫做 print.png 的圖片,直接用下面的指令:
- xmgrace -printfile print.png -hardcopy -autoscale none -world 0 0 100 0.5 data.xvg
2016-Jul-05 備註
-autoscale x-autoscale y
這兩者我試不出來,只有-autoscale none會出來
_EOF_
沒有留言:
張貼留言