Skip to content
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

How does GLMakie adjust the window size through commands? #3474

Closed
13299118606 opened this issue Dec 15, 2023 · 2 comments
Closed

How does GLMakie adjust the window size through commands? #3474

13299118606 opened this issue Dec 15, 2023 · 2 comments
Labels
enhancement Feature requests and enhancements

Comments

@13299118606
Copy link

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:
image

@13299118606 13299118606 added the enhancement Feature requests and enhancements label Dec 15, 2023
@jkrumbiegel
Copy link
Member

resize! I think

@13299118606
Copy link
Author

resize! I think
Thank you very much, it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests and enhancements
Projects
None yet
Development

No branches or pull requests

2 participants