Scale the x axis only in octave plot -


i using octave plot function plat 2d graph. want scale x axis 2x (no change y axis). i.e. distance between each unit in x axis doubled.

how do in octave?

set(gca,'dataaspectratio',[2 1 1]) 

Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -