We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How does GLMakie adjust the window size through commands? GLMakie 0.9.3
I tried the latest method like this, but I can't adjust the window size.
f = Figure(size = (800, 600)) scatter(f[1,1],rand(50)) f.scene.events.window_area[]=Recti(0, 0, 1000,800) f.scene.viewport[]=Recti(0, 0, 1000,800)
The font will become blurred and the result will be displayed as follows:
The text was updated successfully, but these errors were encountered:
resize! I think
resize!
Sorry, something went wrong.
resize! I think Thank you very much, it works
No branches or pull requests
How does GLMakie adjust the window size through commands?
GLMakie 0.9.3
I tried the latest method like this, but I can't adjust the window size.
The font will become blurred and the result will be displayed as follows:
The text was updated successfully, but these errors were encountered: