axes.autoscale_view

Hi, is it possible to only autoscale on one axis. I'd like

    > 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