s7graphview

Reducing the borders of a s7graphview.

For my first attempt at graphing on the iPhone, I decided to use s7graphview. I copied most of the code from the given example, except for setting up the graphView frame and some of the datasource method's returns. I need the graphs to be small. They are going to be set in a UIScrollView and must be 136 pixels high. (IB units) Currently...