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

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

[Octave-bug-tracker] [bug #48142] the disappearnce of the plotted lines


From: anonymous
Subject: [Octave-bug-tracker] [bug #48142] the disappearnce of the plotted lines after "axis equal"
Date: Mon, 6 Jun 2016 13:29:15 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

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

                 Summary: the disappearnce of the plotted lines after "axis
equal"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: 2016年06月06日 13時29分13秒
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: A Japanese
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hello!

Octave 4.0 looks good. However, I am experiencing a strange thing in plotting.

The following example is the simplest case I have figured out. When I try to
plot
a equlilateral triangle, a triangle appears in the figure window. Then, to get

the right shape, I set "axis equal". After that, the triangle disappears
although
the metrics of the x-axis and y-axis are set to equal.
>> x=[0 1 1/2 0]
x =

   0.00000   1.00000   0.50000   0.00000

>> y=[0 0 sqrt(3)/2 0]
y =

   0.00000   0.00000   0.86603   0.00000

>> plot(x,y)
 I use the Japanese version of Windows 7. This also occurs on Octave 3.8.2.

Although I wrote the above report some months ago, I did not send it to you.
As I have updated my PC7s OS to Windows 10, I execute these commands and  
have the same result as that on Windows 7. 

Octave 4.0.2 on the Japanese version of Windows 10 freezes when  the 
commnads

>> x=[0 1 1/2 0]
>> y=[0 0 sqrt(3)/2 0]
>>plot(x,y)

are executed, and  the figure window is in no response.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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