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

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

[Octave-bug-tracker] [bug #49772] Screen aspect does not match graph asp


From: Jon Frey
Subject: [Octave-bug-tracker] [bug #49772] Screen aspect does not match graph aspect ratio
Date: Mon, 5 Dec 2016 17:09:37 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: Screen aspect does not match graph aspect ratio
                 Project: GNU Octave
            Submitted by: jonfrey
            Submitted on: Mon 05 Dec 2016 05:09:35 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Jon Frey
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


clear
a=1
b=1
t=0:.01:2*pi;
x=a*(cos(t);
y=b*(sin(t);
axes=("square")
plot(x,y)


Display of the graph is actually oval shaped and the grid is rectangular
Saving the plot as pdf carries the distortion through
I dont have a postscrip viewer so I cannot tell if it is also distorted , but
have included the file 

 The tick marks indicate the grid should be square and the shape a circle.

I presume it to be issue with monitor aspect ratio and a gnuplot problem but
see no opportunity to correct the problem in the GUI Octave version.

Monitor resolution is 1920x 1080 Aspect ratio 16:9
Changing resolution does not affect the issue



Windows 7 PRO 64 bit






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 05 Dec 2016 05:09:35 PM GMT  Name: Distorted_circle.pdf  Size: 8kB  
By: jonfrey

<http://savannah.gnu.org/bugs/download.php?file_id=39152>
-------------------------------------------------------
Date: Mon 05 Dec 2016 05:09:35 PM GMT  Name: Distorted_circle.ps  Size: 174kB 
 By: jonfrey

<http://savannah.gnu.org/bugs/download.php?file_id=39153>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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