bugGNU Octave - Bugs: bug #39632, colorbar modifies axis size

 
 

bug #39632: colorbar modifies axis size

Submitter:  Stefan Mahr <dac922>
Submitted:  Wed 31 Jul 2013 01:57:39 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  bpabbott
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 12 Aug 2013 12:01:13 PM UTC, comment #2: 
Ben Abbott <bpabbott>
Group Member
Mon 12 Aug 2013 10:23:03 AM UTC, comment #1: 

Ben,

your patch 283422a219a2 fixes this bug too.

Stefan Mahr <dac922>
Wed 31 Jul 2013 01:57:39 PM UTC, original submission:  

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


Stefan Mahr <dac922>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #28721:  plotcolorbar.m added by dac922 (923B - text/x-objcsrc)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bpabbott (Posted a comment)
  • -email is unavailable- added by dac922 (Submitted the item)
  • -email is unavailable- added by dac922
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-08-12 bpabbott CategoryPlotting Plotting with OpenGL
        Item GroupNone Regression
        StatusNone Fixed
        Assigned toNone bpabbott
        Open/ClosedOpen Closed
    2013-07-31 dac922 Attached File- Added plotcolorbar.m, #28721
        Carbon-Copy- Added bpabbott

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code