-
Notifications
You must be signed in to change notification settings - Fork 1
Update for Makie 0.24 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| - '1' | ||
| - '1.10' | ||
| - '1.11' | ||
| - '1.12' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i usually just test on 1 and 1.10
| using Statistics: Statistics | ||
| using StatsBase: StatsBase | ||
| using ThinPlateSplines: ThinPlateSplines | ||
| using TiffImages: TiffImages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
namespace decluttering like the above can be automated with https://github.com/JuliaTesting/ExplicitImports.jl
| twisted_mesh_plot.visible = false | ||
| on(contour_mesh_toggle.active) do v | ||
| twisted_mesh_plot.visible = v | ||
| end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider setting twisted_mesh_plot.visible to contour_mesh_toggle.active when the former is created. like this: https://github.com/JaneliaSciComp/Transcriptome4D/blob/main/src/view-viewer.jl#L111-L112
|
@dchen116 I just updated the |
Additionally:
:dashlinestyle does not seem to work in WGLMakie at the moment