diff --git a/docs/make.jl b/docs/make.jl index 9bca9864..8349f681 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,8 +1,8 @@ using Documenter, GridVisualize import PlutoSliderServer # LoadError: Please import/use PlutoSliderServer.jl in order to use docplutonotebooks with `iframe=true` using ExampleJuggler +import PyPlot, Plots # for docstrings only import CairoMakie, PlutoVista, MeshCat, VTKView # for docstrings and graphics generated by documentet -import Plots, PyPlot # for docstrings only using ExtendableGrids ExampleJuggler.verbose!(true) using Test diff --git a/test/runtests.jl b/test/runtests.jl index 965174b1..cbe4682b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,6 @@ using Test, ExtendableGrids, GridVisualize, Pkg, LinearAlgebra -import CairoMakie, PyPlot, PlutoVista, UnicodePlots, Term +import PyPlot, CairoMakie, PlutoVista, UnicodePlots, Term CairoMakie.activate!(; type = "svg", visible = false)