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])
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
Post a Comment