Skip to content

Commit

Permalink
Update lineplot.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Evizero authored Jan 8, 2019
1 parent 852bd32 commit 60223c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/lineplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function lineplot(
x::AbstractVector;
name = "",
xlabel = "x",
ylabel = "f(y)",
ylabel = "f(x)",
kw...)
y = Float64[f(i) for i in x]
name = name == "" ? string(nameof(f), "(x)") : name
Expand Down

0 comments on commit 60223c7

Please sign in to comment.