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

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

[Octave-bug-tracker] [bug #39393] set (ax, 'xscale', 'log') doesn't resu


From: Rik
Subject: [Octave-bug-tracker] [bug #39393] set (ax, 'xscale', 'log') doesn't result in full logarithmic axis
Date: Tue, 8 Dec 2020 14:10:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #7, bug #39393 (project octave):

@Markus: That's a good idea.  There is often a routine update_XXX in the C++
that can be called or not after a property is updated.  Check graphics.in.h
and the set of letter codes that are defined in genprops.awk.  For the axes
"Xscale" property the definition is


      radio_property xscale alu , "{linear}|log"


The 'l' would seem to suggest that "update_axis_limits ("NAME");" is called
after the property is modified.  But, maybe something is going wrong.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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