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

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

[Octave-bug-tracker] [bug #37645] "set" function not properly working wi


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #37645] "set" function not properly working with prop/val structure input.
Date: Mon, 10 Dec 2012 00:01:41 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

Follow-up Comment #19, bug #37645 (project octave):

The example below illustrates two problems.


h1 = figure ();
gca ();
set (gca (), "yscale", "log")
xlabel ("X");
ylabel ("Y")
s1 = hdl2struct (h1);
h2 = struct2hdl (s1);


Both the plot box aspect ratio and the yticklabels are different.

I suspect the problem is with order by which the properties for the copied
figure are set.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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