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

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

[Octave-bug-tracker] [bug #41944] For bar charts with yscale="log" -> ba


From: Rik
Subject: [Octave-bug-tracker] [bug #41944] For bar charts with yscale="log" -> basevalue = 1
Date: Mon, 24 Mar 2014 22:55:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Update of bug #41944 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #2:

Is this as simple as adding a listener in private/__bar__.m on the y-axis that
resets the basevalue when the scale changes from linear to log?  Or should we
be doing something better?

Does Matlab change the basevalue even when it has been modified by the user? 
Does it change it back if you switch to 'linear' again?


h = bar (rand (3));
set (h, 'basevalue', -1);
set (gca, 'yscale', 'log');
get (h(1), 'basevalue')
set (gca, 'yscale', 'linear');
get (h(1), 'basevalue')



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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