From 4f791a394e252fac17dbb985ee502cef74ed1925 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 30 Jun 2020 18:37:32 +0200 Subject: [PATCH] don't display plotly plots --- deps/SnoopCompile/precompile_script.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/SnoopCompile/precompile_script.jl b/deps/SnoopCompile/precompile_script.jl index 62bd681e..369ac499 100644 --- a/deps/SnoopCompile/precompile_script.jl +++ b/deps/SnoopCompile/precompile_script.jl @@ -1,4 +1,4 @@ using Plots Plots.test_examples(:gr, skip = Plots._backend_skips[:gr]) -Plots.test_examples(:plotly, skip = Plots._backend_skips[:plotly]) +Plots.test_examples(:plotly, skip = Plots._backend_skips[:plotly], disp = false)