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

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

[Octave-bug-tracker] [bug #64266] "axis tight" does not work following "


From: Rik
Subject: [Octave-bug-tracker] [bug #64266] "axis tight" does not work following "axis equal"
Date: Wed, 31 May 2023 16:53:56 -0400 (EDT)

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

                 Summary: "axis tight" does not work following "axis equal"
                   Group: GNU Octave
               Submitter: rik5
               Submitted: Wed 31 May 2023 01:53:54 PM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 31 May 2023 01:53:54 PM PDT By: Rik <rik5>
Code to reproduce is shown below and attached as tst_axis_tight.m.


[X,Y] = meshgrid(-3:6/17:3);
XX = 2*X.*Y;
YY = X.^2 - Y.^2;
colorscale = [1:18; 18:-1:1];
C = repmat(colorscale,9,1);

pcolor(XX,YY,C);

axis equal
axis tight








    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Wed 31 May 2023 01:53:54 PM PDT  Name: octave.png  Size: 78KiB   By:
rik5

<http://savannah.gnu.org/bugs/download.php?file_id=54800>
-------------------------------------------------------
Date: Wed 31 May 2023 01:53:54 PM PDT  Name: tst_axis_tight.m  Size: 159B  
By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=54801>
-------------------------------------------------------
Date: Wed 31 May 2023 01:53:54 PM PDT  Name: matlab.png  Size: 78KiB   By:
rik5

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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