Thanks for all the help Uwe.

plot->axisScaleEngine( QwtPlot::xBottom )->setAttribute( QwtScaleEngine::Floating, true );

was exactly what I needed.

I have another question now. Is the QwtPlot double buffered? My plot is very data intensive and I'm just looking for ways now to make it more fluid and easy to look at. Any ideas? Thanks again!