I output ‘line(x,y)’ but I want the aspect ratio of UNIT LENGTH of axes be 1 for x and 10 for y.
‘pbaspect([1 10 1])’ does not work as I expected. Instead it does 1x the FULL length of x axis and 10x the FULL length of y axis.
Instead, I want 1x the UNIT length of x axis and 10x the UNIT length of y axis.
So if one y unit takes 10cm in my screen, then one x unit must take 1cm.