We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e84da commit 9430137Copy full SHA for 9430137
PlotsBase/src/init.jl
@@ -175,8 +175,8 @@ macro precompile_backend(backend_package)
175
end,
176
)
177
end
178
- withenv("GKSwstype" => "nul", "MPLBACKEND" => "agg") do
179
- PrecompileTools.@compile_workload begin
+ PrecompileTools.@compile_workload begin
+ withenv("GKSwstype" => "nul", "MPLBACKEND" => "agg") do
180
eval.(imports)
181
eval.(examples)
182
PlotsBase.CURRENT_PLOT.nullableplot = nothing
0 commit comments