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

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

[Octave-bug-tracker] [bug #40005] set (ax, "ylim") incorrectly scales ax


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #40005] set (ax, "ylim") incorrectly scales axis from deep within listener hierarchy
Date: Tue, 22 Apr 2014 19:45:16 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

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

I can't reproduce this bug. The proposed test doesn't trigger the listener
(update_colorbar_clim) in which the keyboard command is set; so I tried the
following:


## uncomment the keyboard command and then 
close all
contour (peaks ())
colorbar ();
set (gca, "clim", [0 10])    # hit keyboard statement
## now in debug mode
set (hiax, "ylim", [0 0.5])  # properly changes the colorbar ylim 


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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