Skip to content

Commit

Permalink
add support for CairoMakie
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Oct 10, 2023
1 parent 37bae6b commit 7a1774a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ julia = "1.6"

[extras]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Expand Down
3 changes: 3 additions & 0 deletions src/TensorBoardLogger.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ function __init__()
@require Plots="91a5bcdd-55d7-5caf-9e0b-520d859cae80" begin
include("Optional/Plots.jl")
end
@require CairoMakie="13f3f980-e62b-5c42-98c6-ff1f3baf88f0" begin
include("Optional/CairoMakie.jl")
end
@require PyPlot="d330b81b-6aea-500a-939a-2ce795aea3ee" begin
include("Optional/PyPlot.jl")
end
Expand Down

0 comments on commit 7a1774a

Please sign in to comment.