Makie Static Install

1.
Interaction

pkg"up; add PackageCompiler StatsMakie GLMakie AbstractPlotting Makie MakieGallery"
using PackageCompiler
PackageCompiler.compile_incremental(:Makie, :StatsMakie, :AbstractPlotting)

Copy the code from CairoMakie to assert that we replaced the system-image file!

using Makie
scatter(rand(10))