From a7ea05b29db87c8b8b0d8f1d04d18f73c31748f0 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 16 Feb 2022 21:40:15 +0100 Subject: [PATCH] remove redundancy --- src/examples.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/examples.jl b/src/examples.jl index 9178d10b..60e5d0df 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -849,7 +849,6 @@ const _examples = PlotExample[ [ quote begin - using Plots default( titlefont = (20, "times"), legendfontsize = 18, @@ -1071,7 +1070,6 @@ const _examples = PlotExample[ "", [ quote - using Plots using TestImages img = testimage("lighthouse") @@ -1092,8 +1090,6 @@ const _examples = PlotExample[ "3d quiver", "", [quote - using Plots - ϕs = range(-π, π, length = 50) θs = range(0, π, length = 25) θqs = range(1, π - 1, length = 25)