Frederic Freyer
Frederic Freyer
# Description This adds the option to specify a world space clipping box which excludes anything outside it from rendering. ```julia f, a, p = mesh( Sphere(Point3f(0), 1.2f0), color =...
# Description An easy way to see the problem is to plot this: ```julia fig = Figure() ax = Axis3(fig[2, 1]) # either order of Axis3 and Menu m =...
# Description This pr is sort of a continuation of #1596 with the goal of adding mixed coordinate spaces. We have some example applications of this in Makie already: `vlines`,...
In response to https://discourse.julialang.org/t/3d-bars-makie-colors-and-meshes/70283. This enables passing of textures and per instance/marker `uv_scale`s to `meshscatter` with GLMakie. With that and the trick from #1368 you can do ```julia using GLMakie,...
# Description Fixes #3526 With a plot structure like ``` recipe_plot primitive ``` where recipe_plot does not implement it's own `show_data` method, DataInspector will fall back on `show_data` for `primitive`....
As things are now, the field represents most of the interaction, with only the prefactor being held by the model. The model mainly produces the hopping matrix and contains the...
`\big`, `\bigg`, `\Big`, and `\Bigg` can be quite useful to tweak the size of symbols. It would be nice to have them
While testing for https://github.com/MakieOrg/Makie.jl/pull/3681 I noticed that tick finding has problems with small numbers, starting around `PlotUtils.optimize_ticks(1e-17, 10e-17)`. It would be nice if we could push this a bit further....
Should we compile different shaders with and without correct depth buffering? The depth values are calculated quite frequently... Also, should any other volume methods do something like this? ![Screenshot from...
Will the longer comment show now that it has some code above it, btw?