HEy, Sorry for the maybe stupid question but apparently I'm not capable of setting the range when plotting with plots
so e.g. x=0:0.1:1 y=2*x plots(x,y,xaxis=(0,0.5) this does not work. and this deletes my xaxis labeling? plots(x,y,xasis=0:0.5) Anyway I just want to set range without changing the input vector.
