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

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

[Octave-bug-tracker] [bug #51049] hgsave is not working


From: Marc Dirix
Subject: [Octave-bug-tracker] [bug #51049] hgsave is not working
Date: Wed, 17 May 2017 16:11:12 -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

Follow-up Comment #10, bug #51049 (project octave):

You are right, slowly resizing the figure window fixes it.
It seems after loading that the position vector is not set correctly:
>> hgload ("plot_to_continue.txt")
>> get(gcf,'position')
ans =

   300   202   560   417

(now slowly resizing with the mouse after which the axis get the proper size)

>> get(gcf,'position')
ans =

    200    102   1200    798

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51049>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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