Skip to content

Commit

Permalink
add GUI for a high level plotting GUI + auto legend/colorbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Dec 19, 2023
1 parent 929b429 commit ba583fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ FreeType = "b38be410-82b0-50bf-ab77-7b57e271db43"
FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
GridLayoutBase = "3955a311-db13-416c-9275-1d80ed98e5e9"
ImageClipboard = "6db54171-f50f-4661-a74f-bc514ef16cee"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Expand All @@ -36,6 +37,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
MathTeXEngine = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
NativeFileDialog_jll = "94d9ae2c-efc7-56f8-9a02-54c47b797961"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Packing = "19eb6ba3-879d-56ad-ad62-d5c202156566"
Expand Down
2 changes: 2 additions & 0 deletions src/GUI/gui.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
using ImageClipboard

include("file-dialogue.jl")

function set_vis!(scene::Scene, v::Bool)
return scene.visible[] = v
end
Expand Down
3 changes: 3 additions & 0 deletions src/Makie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ include("display.jl")
include("ffmpeg-util.jl")
include("recording.jl")
include("event-recorder.jl")
include("GUI/gui.jl")

export GUI

# bezier paths
export BezierPath, MoveTo, LineTo, CurveTo, EllipticalArc, ClosePath
Expand Down

0 comments on commit ba583fa

Please sign in to comment.