diff --git a/MAVProxy/tools/graphs/mavgraphs2.xml b/MAVProxy/tools/graphs/mavgraphs2.xml
index f6bfd7626f..1fc7e6b579 100644
--- a/MAVProxy/tools/graphs/mavgraphs2.xml
+++ b/MAVProxy/tools/graphs/mavgraphs2.xml
@@ -709,4 +709,15 @@
VISP.PX VISP.PY VISP.PZ
+
+
+ Compares EKF estimate vs DCM estimate
+ XKF2[0].VWN DCM.VWN XKF2[0].VWE DCM.VWE sqrt(XKF2[0].VWN**2+XKF2[0].VWE**2) sqrt(DCM.VWN**2+DCM.VWE**2)
+
+
+
+ If Replay is enabled, the flag fly-forward flag as set in the AHRS
+ RFRN.Flags&(1<<2)
+
+