I'm Using MMA 7
Graphics[{Line@Transpose@{xs, f[xs]}}]
sometimes seems to fail to use AspectRatio->Automatic. The resulting graph may be flat. If I use
Graphics[{Line @ Transpose @ {xs,1000 f[xs]}}]
I get a nice graph. Why does AspectRatio->Automatic
sometimes not happen?