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

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

[Octave-bug-tracker] [bug #60130] hgload on dev does not reproduce a fig


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #60130] hgload on dev does not reproduce a figure correctly saved with 6.2
Date: Sat, 27 Feb 2021 06:52:39 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.81

Follow-up Comment #1, bug #60130 (project octave):

Inspecting the content of the the .ofig file, I see the following:

>> hg = load("tst6.2.ofig");
>> hg.s_oct40.children(1).properties.xtick
ans =     1


So, according to the file content, there should be only one tick along the
x-axis. IIUC, Octave dev is loading that file correctly.
But there are also hints that there should be a lot more ticks:

>> size(hg.s_oct40.children(1).properties.xticklabel)
ans =

   24    5


If there is an issue, it probably occurred when the file was saved.
I thought that the "xticklabel" property has to be a cell array of strings.
But a string array seems to be ok, too. Maybe it has something to do with
that?

Which commands were used to create the original figure and save the .ofig
file?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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