1

I use gnuplot from a script hundreds times a day. I have to maximize the window every time. Is there a way for gnuplot to make a maximized window of the plot without having to do it manually?

1 Answers1

0

I use Ubuntu 16.04 LTS and gnuplot-qt

The following command does not exactly maximize the plot window but leaves it as large as possible. Use the following command for your terminal (in my case qt) specifying the maximum screen size (in my case 959, 650). The terminal type appears when the gnuplot is initialized.

set terminal qt size 959, 650

Once the plot window is maximized, it remains maximized even if it is closed. It only fails to remain maximized if the gnuplot is closed and reopened.