-
Notifications
You must be signed in to change notification settings - Fork 1
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
set_view!
doesn't force an update
#12
Comments
You need to run |
Thanks! That didn't seem to be enough, somehow, but I found that fig = Figure(size=(800, 800), backgroundcolor=:white);
ax = LScene(fig[1, 1]; show_axis=false)
ribbon!(ax, pdbname; colors=[fill(RGBA(ribboncolor, 0.2), length(opsd))], backgroundcolor=:white)
display(fig) # this is critical seems to work. Then I can do the I presume this is more of a Makie nuance than anything this package needs to fix, so I'll close. |
Huh, that's surprising. Probably |
I'm sure I'm making a complete mess of this, but I'm trying to do a plot in which:
even
set is appearing while anodd
set is vanishing.This makes use of FlyThroughPaths, ProtPlot, and some other machinery. Here's a slightly stripped-down version of the script:
While this is executing I just get a blank screen. It stays that way at the end. But if at the REPL I do
then I get
which is basically what I want. (The purple dots are the locations I'm showing in the even/odd lists.)
The
record
line also records a blank movie.The text was updated successfully, but these errors were encountered: