Lazaro Alonso

Results 151 comments of Lazaro Alonso

I use "CMU Serif", it's not exactly the same but it looks good enough. https://lazarusa.github.io/BeautifulMakie/ScattersLines/besselFunctions/ ![besselFunctions](https://user-images.githubusercontent.com/19525261/182792240-ae0c960a-6ce0-4309-9519-c98f48795b41.svg)

Maybe relevant to the problem: - https://discourse.threejs.org/t/touch-in-three-js/23382 - https://github.com/mese79/TouchControls - https://stackoverflow.com/questions/59953438/three-js-touch-events-not-working-properly-on-mobile - https://discourse.threejs.org/t/how-to-control-a-first-person-camera-on-touch-devices/19080

I think is more a css thing than a Makie thing. I did it [here](https://lazarusa.github.io/ClimateVisualisations/app_tau.html) adding some css styling and some minor js. (Sorry, at the moment I don't have...

yeah, is mainly based on Simon's work. Specially the css tricks. And for now, that repo is just an external server for the main webpage here: https://www.bgc-jena.mpg.de/en/bgi/gallery I will be...

Ok. Now there is a skeleton to do an app with a loading logo [here](https://github.com/lazarusA/ClimateVisualisations/tree/main/src/healpix_app). Note: **slider1 [not working].** Output [here](https://lazarusa.github.io/ClimateVisualisations/appt2m_healpix.html) Feel free to recommend (cite) the site 😄. Maybe...

yes, pass `earth_img` as color. Just as it is.

Looking for this as well. Any hints?

for png, on second call is slightly the same. However, for `svg` it doesn't work [several minutes now and doesn't finish saving]... ``` (tmp) pkg> st Status `~/Documents/tmp/Project.toml` [13f3f980] CairoMakie...

These are some examples added to the docs, if they work. ![demoScatterLines](https://user-images.githubusercontent.com/19525261/158068467-9c634fc4-c398-4a4f-a876-5c453afcc7d2.png) ![demo3dmix](https://user-images.githubusercontent.com/19525261/158068448-c108d2dc-f18b-456f-8326-7777d4def237.png) ![demoStats](https://user-images.githubusercontent.com/19525261/158068454-a2a8938e-613d-4826-9c47-d320de060611.png)

- theme_makie is indeed not a good name. I'm open to suggestions. theme_makie2 ? theme_jlmke ? - I changed the figure size and ratio, because I'm always changing that for...