|
From: Mojca M. <moj...@gm...> - 2014-02-27 07:58:02
|
On Thu, Feb 27, 2014 at 7:55 AM, Jérôme Lodewyck wrote: > Le mercredi 26 février 2014 22:02:13 sfeam a écrit : >> The one bit that I would say is still unsatisfactory in the Qt >> terminal is the fact that you can't set a size preference, the >> size you manually set via "set term qt size XX,YY" is ignored, > > Is that issue specific to OS X ? On my system, it works as expected. On OS X it works *almost* as expected. - the first window is too small (x axis is covered with status bar), but the second plot fixes that - if I use "set term qt size 1000,800", the size of the first plot is right, but the window holding the plot is too small (it looks like it had the default size), so bottom right part of the plot is hidden (if I disable replotting on resize, resizing the window leads to the whole plot being visible) - if I use "set term qt size 200,200", I get what you see in attachment - it's hard to tell exactly, but very often the first plot after changing the size with "set term qt size" has wrong dimensions and the second one works just fine In principle it works most of the time (except when it doesn't). >> and any resizing you do using the mouse is not persistent. > > Does that mean that the window resizes to default after each plot command ? It doesn't resize for me. If I resize the window with mouse, the next plot properly adapts to that size. Mojca |