From 973082a7ed85171c6850f1781dcd719d5eacd45e Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sun, 17 Mar 2024 21:54:39 +0100 Subject: [PATCH] cleanup --- test/plot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plot.jl b/test/plot.jl index 9992bb8b..c0538b08 100644 --- a/test/plot.jl +++ b/test/plot.jl @@ -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