Skip to content

Commit

Permalink
updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Feb 10, 2018
1 parent d15f364 commit db3feae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The second and the third elements in each tuple in the list `decompositions` are
>>> x2array = np.linspace(-10., 10., 100)
>>> import matplotlib.pyplot as plt
>>> plt.plot(x1array, decompositions[0][1](x1array))
>>> plt.plot(x2array, decompositions[0][1](x2array))
>>> plt.plot(x2array, decompositions[0][2](x2array))
```

![alt](fig/Figure_1A.png)
Expand Down

0 comments on commit db3feae

Please sign in to comment.