I\'m building a small graphing utility using Pandas and MatPlotLib to parse data and output graphs from a machine at work.
When I output the graph using
<
As one more option, I think it is also worth looking into
plt.savefig('filename.png', bbox_inches='tight')
This is especially useful if you're doing subplots that has axis labels which look cluttered.