You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
An issue I am running into, is that WGLMakie figures are set in pixels, and therefore vary with the resolution of the monitor. On some monitors, my figures appear very big, and others, very small. I wish I could have my figures be a proportion of the monitor or web page...
It is an issue Simon Danish (author of Makie and JSServe) is aware of, but fixing it is not a priority.
I imagine css would help, and it seems your package can do just that?
I am not sure though, but I hope your package helps, I will experiment and let you know how it goes!
Hello!
I am an active user of WGLMakie and JSServe, I wrote a small package, ParamViz.jl, unregistered as well for now, that I use to deploy web apps on a package docs.
An issue I am running into, is that WGLMakie figures are set in pixels, and therefore vary with the resolution of the monitor. On some monitors, my figures appear very big, and others, very small. I wish I could have my figures be a proportion of the monitor or web page...
It is an issue Simon Danish (author of Makie and JSServe) is aware of, but fixing it is not a priority.
I imagine css would help, and it seems your package can do just that?
I am not sure though, but I hope your package helps, I will experiment and let you know how it goes!