Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 17, 2024
1 parent 0d84eff commit 973082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if ! ("Plots" ∈ keys(Pkg.project().dependencies))
end
import PyPlot as plt

function plot1(X, Y; label="", width=2, xtickfontsize=12, ytickfontsize=12, legendfontsize=12, fig="")
function plot1(X, Y; label="", fig="")
if fig != ""
plt.figure(fig)
end
Expand Down

0 comments on commit 973082a

Please sign in to comment.