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

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

[Octave-bug-tracker] [bug #39632] colorbar modifies axis size


From: Stefan Mahr
Subject: [Octave-bug-tracker] [bug #39632] colorbar modifies axis size
Date: Wed, 31 Jul 2013 13:57:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?39632>

                 Summary: colorbar modifies axis size
                 Project: GNU Octave
            Submitted by: dac922
            Submitted on: Mi 31 Jul 2013 13:57:39 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Following code modifies the axis size of the last plot command.


close all
plot(1:10); colorbar;
plot(1:10); colorbar;
plot(1:10)


The attached test script returns:


assert (get (hax, "outerposition"),outerpositions,0.001) expected
   0.00000   0.00000   0.84500   1.00000
but got
   0.00000   0.00000   7.72500   1.00000
maximum absolute error 6.88 exceeds tolerance 0.001





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mi 31 Jul 2013 13:57:39 GMT  Name: plotcolorbar.m  Size: 923B   By:
dac922

<http://savannah.gnu.org/bugs/download.php?file_id=28721>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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