Merge pull request #171 from sleepingAgain/master

fixed typo
This commit is contained in:
Roger Labbe 2017-09-08 09:56:45 -04:00 committed by GitHub
commit d42a950349

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')"
]
},