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 I am just shifting the frame left 30 pixels and up 20.
The graph goes from http://i.imgur.com/3Py0s.png to http://i.imgur.com/zcyFE.png.
Which I think looks much better.
Is there a way to reduce the borders of the graph?