In GLMakie on a 4k screen everything in my plot seems too small. I tried Figure(px_per_unit=16, pt_per_unit=16) but that didn’t do anything afaict.
jar1
1
p_f
2
This page has some info on scaling: GLMakie | Makie
You can try running
GLMakie.activate!(scalefactor=x)
where x is some number
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Adjusting scales for size automatically in GLMakie | 1 | 1034 | February 22, 2023 | |
| GLMakie + 4K displays | 1 | 367 | September 7, 2023 | |
| Save() with px_per_unit rescales display of plot (how to unzoom) | 2 | 70 | December 5, 2024 | |
| WGLMakie plot size in Grid | 1 | 105 | December 6, 2024 | |
| Resizing GLMakie figure to display window | 1 | 288 | April 29, 2023 |
