fixed typo

This commit is contained in:
Alex 2017-08-31 02:14:32 +01:00
parent 80947df4f3
commit 47175263e8

View File

@ -758,7 +758,7 @@
"bp.plot_track(t, xs2)\n",
"bp.plot_filter(t, kxs2[:, 0], label='KF')\n",
"plt.legend(loc=4)\n",
"bp.set_labels(title='Constant Acceration Kalman Filter',\n",
"bp.set_labels(title='Constant Acceleration Kalman Filter',\n",
" x='time (sec)', y='X')"
]
},