Anshul Singhvi
Anshul Singhvi
Yeah pretty much, since one can get the transformed plot limits from the model matrix theoretically it could be done in a recipe. However, for the best implementation this should...
I mean you could put that into a convert for meshscatter...something like: ```julia convert_arguments(::Type{MeshScatter}, x::{
Oops...I guess this breaks WGLMakie. Maybe we could exclude this test from there? https://github.com/JuliaPlots/Makie.jl/blob/216a353a6c6f0c39078eb21d8a80e954eae39ad5/WGLMakie/test/runtests.jl#L41
Basically, you can think of it this way - Makie specifies the points to render, and the backend packages actually render them. CairoMakie works with PNG and vector types (SVG,...
GLMakie CI actually passes, but since this post is from an external PR I guess the bot can't comment that there is a missing refimage. Otherwise this is good to...
> Any idea where this difference could origin from? Could you try rendering with different `px_per_unit`s and see what happens? My guess is that somehow you are drawing in device...
I guess we could do this on a new page and add an example. Will also mention that you can use arbitrary chars (but not strings).
Hmm, that's a good idea - might require a bit of refactor but will do that. The px_per_unit is in this case read from the backend in `backend_show`, and in...
Just fixed the bounding box issue - it was an issue in my transformation method for rects. Need to hook up protrusions, enable plotting, and the axis should be ready...
Thanks for the detailed review @ffreyer! I'll probably have that last comment wrapped up tomorrow or so. It seems like the bounding boxes can be obtained by: ```julia ttp =...