Skip to content

Commit

Permalink
import GLMakie when using GLMakie
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamedwards committed Aug 2, 2024
1 parent 04ab5e3 commit 8f5f0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Requires.@require CairoMakie="13f3f980-e62b-5c42-98c6-ff1f3baf88f0" @eval import .CairoMakie as Makie
Requires.@require GLMakie="e9467ef8-e4e7-5192-8a1a-b1aee30e663a" @eval import .WGLMakie as Makie
Requires.@require GLMakie="e9467ef8-e4e7-5192-8a1a-b1aee30e663a" @eval import .GLMakie as Makie
Requires.@require WGLMakie="276b4fcb-3e11-5398-bf8b-a0c2d153d008" @eval import .WGLMakie as Makie

import Markdown
Expand Down

0 comments on commit 8f5f0ab

Please sign in to comment.