|
From: Daniel J S. <dan...@ie...> - 2014-03-09 22:00:04
|
On 03/09/2014 04:47 PM, Daniel J Sebald wrote: > On 03/09/2014 04:07 PM, Jérôme Lodewyck wrote: >> The code of the qt terminal as it is written now, assumes the >> opposite: the >> size set by the "size" option of the "set term qt" command is the size >> of the >> plotting area (more precisely of the viewport widget of the QGraphicsView >> showing the plot), and the application that embeds the plot area, >> which can be >> (but not necessarily is) a QtGnuplotWindow, takes care of reserving more >> screen space to fit other widgets, such as a toolbar, a title bar... > > OK, what you describe is what I originally understood from the Qt > documentation. Again, I'm not sure that is what it is supposed to be. By the way, x11 window retains the plot dimensions when type 'm' to add/remove the status bar. That behavior isn't the same as Qt. Dan |