Moved plotter legend out of the way.
Change-Id: I849711a11cf990c15b63916bda922a9f1ab0f4c6
diff --git a/frc971/analysis/plotter.py b/frc971/analysis/plotter.py
index 0f032ef..6e3a879 100755
--- a/frc971/analysis/plotter.py
+++ b/frc971/analysis/plotter.py
@@ -44,7 +44,7 @@
# Set legend font size to small and move it to the top center.
fontP = FontProperties()
fontP.set_size('small')
- pylab.legend(bbox_to_anchor=(0.5, 1.05), prop=fontP)
+ pylab.legend(bbox_to_anchor=(0.2, 1.10), prop=fontP)
pylab.show()