Jerry Ling
Jerry Ling
something funky with Z auto limiting, adding ```julia limits = (nothing, nothing, nothing, nothing, 0, 10) ``` solved it: 
it would be nice to have this to match `PyPlot`: https://github.com/gojakuch/JetReconstruction.jl/blob/4a059db293b7731470f795de3224888692995c49/src/JetVis.jl#L27 
I just realized for me the road blocker is: 1. CairoMakie 3D is completely broken 2. GLMakie doesn't work on Linux with AMD or Intel 3. WebGL is broken with...
wait hold up I thought ``` @A.a ``` and ``` A.@a ``` are exactly equivalent
also `available_marker_symbols` is not re-exported by backend, say, CarioMakie. One needs to: ```julia CairoMakie.Makie.available_marker_symbols() ```
so here? https://github.com/JuliaPlots/Makie.jl/blob/3a17241a0d5bb852be573ed723c4977847834256/CairoMakie/src/primitives.jl#L154-L163
I feel like a good starting point would be making ```julia barplot(1:3, [1,1,2]; group=[1,1,2], color=[1,1,2], label=["1". "1", "2"]) axislegend() current_figure() ``` work, right now this throws an error ```julia MethodError:...
do we want to "internalize" this logic? https://github.com/JuliaPlots/Makie.jl/blob/ac6b5582fd5c17e3c57ae6d9cfc9a80138345701/docs/examples/plotting_functions/barplot.md?plain=1#L98-L103 so that we can directly pass `labels = ...`?
this is such a foot gun, have we decided what to use? if so we should remove all `Attributes` in docs at least, and throw a deprecation in code, I...
any movement on this? This sounds like some data preparation utility that can be provided by a third party ML utility package?