Skip to content

Commit a288f6e

Browse files
authored
Merge pull request rlabbe#415 from erihe251/master
Ch. 8 Reordered plots for color consistency
2 parents f968e9c + fc57376 commit a288f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-Designing-Kalman-Filters.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,8 @@
11761176
"res2 = xs[:, 0] - data2.x[:, 0]\n",
11771177
"res1 = xs[:, 0] - data1.x[:, 0]\n",
11781178
"\n",
1179-
"plt.plot(res1, ls=\"--\", label='order 1')\n",
11801179
"plt.plot(res2, label='order 2')\n",
1180+
"plt.plot(res1, ls=\"--\", label='order 1')\n",
11811181
"plot_residual_limits(data2.P[:, 0, 0])\n",
11821182
"set_labels('Second Order Position Residuals',\n",
11831183
" 'meters', 'time (sec)')\n",

0 commit comments

Comments
 (0)