-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Interactivity of GLMakie plots lost after save
#2380
Labels
GLMakie
This relates to GLMakie.jl, the OpenGL backend for Makie.
Comments
Ah jeez...Seems like my "better clean up" was quite destructive after all -.- |
This is fixed by #2367 or? |
I think so... |
Just checked, its fixed on master. |
Wait. What works is
Not sure if that was also how it worked before |
Ok. On |
SimonDanisch
added
the
GLMakie
This relates to GLMakie.jl, the OpenGL backend for Makie.
label
Nov 3, 2022
Merged
t-bltg
pushed a commit
to t-bltg/Makie.jl
that referenced
this issue
Dec 31, 2022
* prototyping * track vertexarray buffers * track Texture updates * remove prints * add new renderloop * cleanup * remove :inspectable from uniforms * update NEWS * only track updates when render_on_demand = true * move visible to struct & fix rerender on visible * fix visible initialization * free robjs correctly in empty * better observable clean up * fix MakieOrg#2380 * fix faulty uniforms * make sure we actually error for OpenGL errors * new observables * check for extension before setting * fix remaining clean up issues * fix tests * not all have shading * fxaa * clean up screen handling + destroy! * fix tests * fix WGLMakie + CairoMakie tests * didn't correctly forward visibility attributes * bump timeout * clean up compile * 🤷 * fix method overwrite * revert updating only when not displayed yet * correctly implement getscreen * disable test for now * fix tests * forgot overload * fixes for WGLMakie * fix RPRMakie * lol * fix matcap * Update NEWS.md Co-authored-by: ffreyer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MWE
Running the above gives an interactive plot (e.g. rectangle zoom, scroll zoom, drag pane, reset limits etc.)
If you then run
save("test.png", f)
in the same REPL a nicepng
is generated. However, if you switch back to theGLMakie
window you notice that neither rectangle zoom nor dragging nor reset limits work anymore, only scroll zoom works.Problem appears on
[email protected]
and[email protected]
.The text was updated successfully, but these errors were encountered: