Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase authored Sep 6, 2024
1 parent cfc37bf commit 239cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plotter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Plots `Potential` with its' wave functions if `lplt_wf` is `true`.
"""
function plot_pot!(
pot::Potential; lplt_wf = false, plt = nothing, color = Nothing, label = "", scale_factor = 2e-2,
wf_sampling_rate = 5, alpha = 0.5, linealpha=1)
wf_sampling_rate = 5, alpha = 0.5, linealpha=1
)
if plt == nothing
plt = plot()
Expand Down

0 comments on commit 239cbb3

Please sign in to comment.