Position auf dem Grafikbildschirm von Gnuplot im Bash-Skript ändern

Position auf dem Grafikbildschirm von Gnuplot im Bash-Skript ändern

ich habe ein Skript in Bash, das die Datei Throughputtx.txt liest und diese Informationen in einem Diagramm von GNUPLOT druckt, aber dieses Diagramm wird auf der linken Seite meines Bildschirms angezeigt und ich möchte, dass es in der Mitte meines Bildschirms gedruckt wird.

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

verwandte Informationen