octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53729] Qt figure canvas does not resize with


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #53729] Qt figure canvas does not resize with window while interpreter is paused or blocked
Date: Thu, 25 Oct 2018 08:56:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299

Follow-up Comment #12, bug #53729 (project octave):

I use for instance a workflow where I have a sequence of


plot
pause
print


possibly spread across multiple functions. When I am happy with the plots, I
can then conveniently generate hardcopies, on Linux at least, in batch with
the input redirection. Or for debugging purpose, if somewhere an error occurs,
with the redirection you can progress more quickly to that spot.

Anyway I find myself using this redirection feature quite frequently, which
probably is the reasons why I hit upon this side effect.

I could change pause calls to pause(xx) calls, and change xx to a small value
for batch, but that is a little bit awkward with plots generated in different
functions.

Matlab has the pause('on')/pause('off') feature with I guess would be suitable
for this, but octave's pause does not provide that.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?53729>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]