Skip to content

Commit f26b5cf

Browse files
committed
adjust fig
1 parent 34999cb commit f26b5cf

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
@@ -1181,7 +1181,7 @@ Here is one solution
11811181

11821182
```{code-cell} ipython3
11831183
1184-
figure, ax = plt.subplots(1, 3, figsize=(15, 5))
1184+
fig, ax = plt.subplots(1, 3, figsize=(15, 5))
11851185
A = np.array([[sqrt(3) + 1, -2],
11861186
[1, sqrt(3) - 1]])
11871187
A = (1/(2*sqrt(2))) * A

0 commit comments

Comments
 (0)