diff --git a/res/layout/fragment_graph.xml b/res/layout/fragment_graph.xml
index 96ec78f13fb54c83d1978a852539b5d50d5ac2dc..a57232849f9b80e83b9b17ae6b5f7a4dcc98c57d 100644
--- a/res/layout/fragment_graph.xml
+++ b/res/layout/fragment_graph.xml
@@ -6,6 +6,5 @@
     <com.androidplot.xy.XYPlot
         android:id="@+id/rate_stat_plot"
         android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        androidplot.title="Rate Stat Plot" />
+        android:layout_height="match_parent" />
 </LinearLayout>