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

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

[Octave-bug-tracker] [bug #55574] axis equal truncates upper and lower p


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #55574] axis equal truncates upper and lower parts of picture
Date: Fri, 25 Jan 2019 13:11:38 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

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

                 Summary: axis equal truncates upper and lower parts of
picture
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Fri 25 Jan 2019 07:11:36 PM CET
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

(mentioned in / maybe related to bug #55514)

Steps to reproduce:

>> pic = repmat (uint8 ([10: -1: 0] * 25)', 1, 10);
>> imshow (pic)  ## Picture with 10 horizontal bands appears, good.
>> axis equal    ## Upper and lower bands have disappeared


I'd expect an almost square picture to keep its shape after "axis equal".
In Matlab r2019a prerelease this works, although the picture is very small.

This also happens with 4.4.1




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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