Skip to content

Commit 34999cb

Browse files
committed
adjust title on eigen_I.md
1 parent cd0e1ae commit 34999cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/eigen_I.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ for i, example in enumerate(examples):
12391239
ax[i].grid()
12401240
ax[i].set_aspect('equal', adjustable='box')
12411241
1242-
plt.title("Vector fields of the three matrices")
1242+
fig.suptitle("Vector fields of the three matrices")
12431243
plt.show()
12441244
```
12451245

0 commit comments

Comments
 (0)