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

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

[Octave-bug-tracker] [bug #64244] colorbar length different for Matlab


From: Rik
Subject: [Octave-bug-tracker] [bug #64244] colorbar length different for Matlab
Date: Tue, 30 May 2023 19:43:45 -0400 (EDT)

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

Actually, this is not obvious.  The difference is whether the data limits on
the axes object are "tight" to the data or not.  Trying just the first two
commands


load foo.mat
pcolor (X,Y,Z)


I get the following result.

file #pcolor.png

If I explicitly use "axis tight" then the plot looks the same as Matlab.


axis tight
axis off
colorbar


file #tight.png




(file #54796, file #54797)

    _______________________________________________________

Additional Item Attachment:

File name: pcolor.png                     Size:366 KB
    <https://file.savannah.gnu.org/file/pcolor.png?file_id=54796>

File name: tight.png                      Size:502 KB
    <https://file.savannah.gnu.org/file/tight.png?file_id=54797>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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