help-octave
[Top][All Lists]
Advanced

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

fix dimension y axis


From: shivax
Subject: fix dimension y axis
Date: Wed, 7 Nov 2018 05:53:07 -0600 (CST)

hi,

 x = 0:0.1:10;
 plot (x, sin(x));

https://gyazo.com/b991dee10e5fca1f16c7d7466d45dd3e

now i use image in axis :

 x = 0:0.1:10;
 plot (x, sin(x));
 axis image;
 axis("image"); 

https://gyazo.com/86386394a66c793ab08250c2c596ebd5

ok
what do i want?
i want (not using image) to fix height of the y axis
not dependent on its value)






--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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