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

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

jQuery Mobile app not scrolling in Firefox -

how to receive file in java(servlet/jsp) -