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

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

[Octave-bug-tracker] [bug #51938] Contour lines of meshc disapear when c


From: anonymous
Subject: [Octave-bug-tracker] [bug #51938] Contour lines of meshc disapear when calling axis
Date: Mon, 4 Sep 2017 16:06:58 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?51938>

                 Summary: Contour lines of meshc disapear when calling axis
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 04 Sep 2017 08:06:57 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: sbeau
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Here is the code:


figure
[X,Y] = meshgrid(-3:.125:3);
Z = peaks(X,Y);
meshc(X,Y,Z)
axis('equal')


The function meshc will correctly draw the contour lines but the execution of
axis('equal') will delete the contour lines from the figure. We don't see this
behaviour in Matlab.








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51938>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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