
我在 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"
我在 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"