Frederic Freyer
Frederic Freyer
I can't reproduce this on my Laptop or Desktop. There is probably some niche difference between drivers here.
The original issue was fixed in #5182 but the attribute grouping still doesn't exist
> I was pretty conservative here and applied the specialization to `Arrows2D` specifically since I only partially follow how the rendering pipeline works, but that raises two obvious questions: >...
Did a bit of digging, the `pattern = Cairo.CairoPatternMesh()` used to be outside the loop and got moved inside in #2459. Maybe we could add a counter to the loop...
Yea this is the same underlying issue as #3175. There is a fast path for poly which uses the function mentioned in the issue. If you're desperate to get a...
We could also mirror the camera settings to the decorations scene and use `space = :pixel` whenever needed, if those scenes are/can be the same size.
We had some discussion internally about what these should return. `[fig,] ax, complex_recipe` matches up nicely with normal plots, but there can be multiple equally important axes to return. Or...
I'm not sure what kind of width we should be aiming for, but the function call documentation overflows the default width of an ubuntu terminal and also the width of...
I still don't really like this. I feel like the comments make it hard to see the function calls. Would also still advocate for `attributes` over `kw`. > My other...
> I would still prefer attributes to just be in a dense list to not overwhelm everything else, preferably with grouping. Just for reference, with grouping I mean something like...