The Arduino enthusiast Joseph Rollins writes a tutorial based on the Matplotlib python 2D plotting library to demonstrate how easy is to monitor sensor outputs in real-time, a very useful task for debugging.
The simplest solution is to use Python with the matplotlib.pyplot and matplotlib.animation functions for real-time graphics. The result is a graphic representation of the sensor outputs where you can determine the maximum and minimum values.