Skip to content

Commit

Permalink
Update vdP.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hezy committed Jan 31, 2023
1 parent bd02723 commit 1d18ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdP.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def fun(Rs):
R2 = 89

# plot the fuction
Rs = np.linspace(0, 10*np.sqrt(R1*R2), 200)
Rs = np.linspace(0, 10 * np.sqrt(R1 * R2), 200)
# Rs = np.linspace(0, 10000, 200)
plt.plot(Rs, fun(Rs))
plt.axhline(color="r")
Expand Down

0 comments on commit 1d18ee7

Please sign in to comment.