>>>>> "Malte" == Malte Marquarding <Mal...@cs...> writes:
Malte> Hi, is it possible to only autoscale on one axis. I'd like
Malte> to set the xlimits but have the ylimits autoscaled.
Any problem with?
plot(something) # y and y are autoscaled
xlim(0,2) # set your own xlim
JDH
|