Skip to content

implement :cursor zoommode for Axis3 with :free viewmode#5616

Draft
bjarthur wants to merge 4 commits into
MakieOrg:masterfrom
bjarthur:bja/zoomcursor
Draft

implement :cursor zoommode for Axis3 with :free viewmode#5616
bjarthur wants to merge 4 commits into
MakieOrg:masterfrom
bjarthur:bja/zoomcursor

Conversation

@bjarthur
Copy link
Copy Markdown
Contributor

@bjarthur bjarthur commented May 1, 2026

per the title, this PR implements Axis3(zoommode = :cursor, viewmode = :free).

gemini wrote it. tried claude and it's response didn't work. please review carefully.

@github-project-automation github-project-automation Bot moved this to Work in progress in PR review May 1, 2026
@bjarthur
Copy link
Copy Markdown
Contributor Author

bjarthur commented May 4, 2026

with this PR:

makie-zoomcursor.mov
julia> using GLMakie
julia> f = Figure()
julia> a = Axis3(f[1,1], zoommode = :cursor, viewmode = :free)
julia> s = scatter!(a, rand(Point3f, 10))

not sure how to make a test for a video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Work in progress

Development

Successfully merging this pull request may close these issues.

1 participant