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

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

[Octave-bug-tracker] [bug #58228] "axis equal" for patch objects would l


From: Rik
Subject: [Octave-bug-tracker] [bug #58228] "axis equal" for patch objects would look better if axis limits included entire patch
Date: Fri, 24 Apr 2020 12:25:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0

Update of bug #58228 (project octave):

                Category:                Plotting => Octave Function        
                Severity:              3 - Normal => 1 - Wish               
              Item Group:                    None => Feature Request        
                  Status:               Need Info => Confirmed              
                 Release:                   5.1.0 => dev                    
                 Summary: axis equal for patch truncates axes => "axis equal"
for patch objects would look better if axis limits included entire patch

    _______________________________________________________

Follow-up Comment #4:

The Matlab documentation for the axis function doesn't make reference to
choosing limits such that an entire graphics object is displayed
(https://www.mathworks.com/help/matlab/ref/axis.html).  Instead, they talk
about changing the aspect ratio so that each axis is measured in equivalent
units.

Hence, I've changed the description and made this a "Feature Request".  It
would certainly be nicer for users if Octave were to pick axis limits that
included the whole patch.

As another workaround, if you don't want "tight" axis limits you can disable
"auto" limits before invoking axis equal.


load foo.ot
patch (X,Y,Z)
axis manual
axis equal


The plot looks pretty good.  See attached file axis_manual_equal.png




(file #48926)
    _______________________________________________________

Additional Item Attachment:

File name: axis_manual_equal.png          Size:37 KB
    <https://savannah.gnu.org/file/axis_manual_equal.png?file_id=48926>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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