fix wrong ref

This commit is contained in:
Pask2 2018-01-29 18:35:03 +01:00 committed by GitHub
parent e7178023a5
commit 00407ab8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1774,7 +1774,7 @@
"\n",
"plot_kf_output(xs, fxs3, zs, aspect_equal=False)\n",
"plot_residuals(xs[:, 0], fxs3[:, 0], ps3[:, 0], \n",
" 'Second Order Position Residuals',\n",
" 'First Order Position Residuals',\n",
" 'meters') "
]
},