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

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

[Octave-bug-tracker] [bug #55441] Changing the location of the colorbar


From: Guillaume
Subject: [Octave-bug-tracker] [bug #55441] Changing the location of the colorbar
Date: Thu, 10 Jan 2019 12:58:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?55441>

                 Summary: Changing the location of the colorbar
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu 10 Jan 2019 05:58:03 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

If you run this, the colorbar is on the left side of the axis as expected:


figure ();
colorbar ('westoutside');


while if you run the following it will stay on the right:


figure ();
h = colorbar ();
set (h, 'Location', 'westoutside');





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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