在 bash 腳本中更改圖形螢幕 gnuplot 上的位置

在 bash 腳本中更改圖形螢幕 gnuplot 上的位置

我在 bash 中有一個腳本,它讀取檔案 Throughputtx.txt 並在 GNUPLOT 圖表中列印此訊息,但該圖表顯示在螢幕的左側,我希望它列印在螢幕的中央。

gnuplot --persist -e "set xlabel \"No. Payload\"; set ylabel \"Throughput TX [bps]\"; plot \"Throughputtx.txt\" using 1:2 title 'Throughput in TX' with lines"

相關內容