don't display plotly plots
This commit is contained in:
parent
cfab4e35cc
commit
4f791a394e
2
deps/SnoopCompile/precompile_script.jl
vendored
2
deps/SnoopCompile/precompile_script.jl
vendored
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user