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: Mike Miller
Subject: [Octave-bug-tracker] [bug #49772] Screen aspect does not match graph aspect ratio
Date: Mon, 5 Dec 2016 18:32:50 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Update of bug #49772 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Also make sure you set the axis aspect ratio _after_ calling plot:


## This does not work
axis ("square");
plot (x, y);

## This does work
plot (x, y);
axis ("square");


    _______________________________________________________

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]