Lazaro Alonso
Lazaro Alonso
@rifaadev this is almost 2 years old :D. And at the end I didn't used it. But if I remember correctly I did got it to work installing all the...
> I will try to add a small example for inference on both ODE information and data. Thanks for the pointers. Looking forward for the example, even is not optimised.
don't forget this PR, it's a nice addition 😄
since https://github.com/JuliaPlots/Makie.jl/pull/1436 was close, any change of having this?
bump
ahh... for this one, I think the most useful thing I was thinking back then was to do a 3d `Colorbar` for surface plots using RPRMakie :D, now is so...
testing this now [`Zygote v0.6.55`] outputs: ```Julia gradient(x -> abs2(x.x) + 7 * real(x.x), Ref(1+im)) # works correctly, ((x = 9.0 + 2.0im,),) gradient(x -> abs2(x[].x) + 7 * real(x[].x),...
I have the same issue in Safari, and only Safari. Indeed, if I open my browser in incognito, search previews are open by default. However, if is not in this...
For the gallery overview I think we should follow the idea from [here](https://smarie.github.io/mkdocs-gallery/generated/gallery/). Here is the [issue](https://github.com/smarie/mkdocs-gallery/issues/50) I opened but never acted on it 😄 . As for the other...
mmm... now I do have a [vue component](https://github.com/MakieOrg/BeautifulMakie/blob/main/docs/src/components/Gallery.vue) that handles the into gallery. My issue has been to get all paths and structure programmatically, maybe this could help. Or, replace...