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

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

[Octave-bug-tracker] [bug #65622] contour3 function: Octave crashes when


From: анонимный
Subject: [Octave-bug-tracker] [bug #65622] contour3 function: Octave crashes when try to rotate 3D contour plot in figure window
Date: Sun, 21 Apr 2024 12:44:30 -0400 (EDT)

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

                 Summary: contour3 function: Octave crashes when try to rotate
3D contour plot in figure window
                   Group: GNU Octave
               Submitter: None
               Submitted: Вс 21 апр 2024 16:44:30
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: kubasov.ilya@gmail.com
             Open/Closed: Open
                 Release: 9.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Вс 21 апр 2024 16:44:30   By: Anonymous
I have this crush always when try to rotate the 3D contour plot in its figure
window.

The issue occurs only *if the contour labels are shown* by setting the
ShowText property to 'on'.

An example of script causing this crash:

b1_vect=2:0.1:5;
b2_vect=2:0.1:5;
[B1, B2]=meshgrid(b1_vect,b2_vect);
sigma=B1.*exp(-B2)
contour3(B1, B2, sigma, 40, 'ShowText', 'on');


When contour3() is used without the option 'ShowText', there is no problem,
graph can be rotated in its window. E.g. the line

contour3(B1, B2, sigma, 40, 'ShowText', 'on');

works well. Therefore, if the 3D contour plot is drawn this way, one can
rotate it.







    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Сообщение отправлено по Savannah
https://savannah.gnu.org/




reply via email to

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