Bash 스크립트의 그래픽 화면 gnuplot에서 위치 변경

Bash 스크립트의 그래픽 화면 gnuplot에서 위치 변경

Throughputtx.txt 파일을 읽고 이 정보를 GNUPLOT 차트에 인쇄하는 bash 스크립트가 있지만 차트는 화면 왼쪽에 표시되며 화면 중앙에 인쇄하려고 합니다.

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

관련 정보