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

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

[Octave-bug-tracker] [bug #57040] contour does not merge axes domains, i


From: Muhali
Subject: [Octave-bug-tracker] [bug #57040] contour does not merge axes domains, if hold
Date: Fri, 11 Oct 2019 06:22:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

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

                 Summary: contour does not merge axes domains, if hold
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Fri 11 Oct 2019 03:22:41 AM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In this example


clf ; hold on
plot([0 10], [0 10])
[x, y, z] = peaks (50);
contour (x, y, z, -7:9);


the axes are scaled to [-3 3], clipping the upper part of the line. The
correct behavior would be to merge the x– and y–domains, as done in
Matlab.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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