Lazaro Alonso
Lazaro Alonso
this should give us extra space for the content section. As in https://luxdl.github.io/DocumenterVitepress.jl/dev/style_css
the following doesn't allow to update the colorbar ticks. For a non-categorical it works. ```Julia fig, ax, pl = barplot(1:3; color=1:3, colormap=Makie.Categorical(:viridis)) cbar = Colorbar(fig[1, 2], pl) cbar.ticks = (1:3,...
In general we have something that looks like: [bonito.md] ``` Some text could be here as well Bonito.lock_loading(() => Bonito.init_session('b240e6cb-b8c0-4d12-8af1-b509dcc29e55', null, 'root')) Bonito.lock_loading(() => { return Bonito.fetch_binary('bonito/bin/c3e2dbd67f62c4fc1ead4bd004e119b63393e0ff-5683387923680860656.bin').then(msgs=> Bonito.init_session('d9c84005-2c6f-46b8-be1a-92ee56eea191', msgs, 'sub'));...
let's see.
Hi, I was wondering if you would be open to transfer the gallery https://lazarusa.github.io/gnuplot-examples/ into this section https://gcalderone.github.io/Gnuplot.jl/stable/examples/ in the official documentation? Plus, use the same style. If so, I...
Great package! This is not an issue per se, but a feature request 😄. Maybe you could consider adding the met brewer collection. https://github.com/BlakeRMills/MetBrewer/blob/main/Python/met_brewer/palettes.py
usually, complex meshes are a combination of multiple meshes and textures (colors), hence having support for this directly here would be a really nice functionality.
@meggart could u please revisit the documenter keys issue again please. We are not having new builds for new tags. And and cannot check from my those settings.
Doing (in the Repl. In VSCode my session is just killed without showing any errors 😄 ). ```Julia using RadeonProRender RadeonProRender.Context() ``` no longer shows any errors. And, the following...