Anshul Singhvi
Anshul Singhvi
` fillto = automatic — Controls the baseline of the bars. This is zero in the default automatic case unless the barplot is in a log-scaled Axis. With a log...
That plus a definition of the `data_limits` at the minimum nonzero datum (or eps) might work.
ah, could you post where in the docs you found that? It is pretty outdated and the `update=false` syntax is the correct way forward. Thanks for catching this!
Should we set update=false as the default? I feel like that is most of what I use.
```julia julia> f, a, p = triplot(rand(Point2f, 10)); julia> p.plots[1].plots[1] Poly{Tuple{GeometryBasics.Mesh{2, Float32, GeometryBasics.TriangleP{2, Float32, GeometryBasics.PointMeta{2, Float32, Point{2, Float32}, (:normals,), Tuple{Vec{3, Float32}}}}, GeometryBasics.FaceView{GeometryBasics.TriangleP{2, Float32, GeometryBasics.PointMeta{2, Float32, Point{2, Float32}, (:normals,), Tuple{Vec{3, Float32}}}},...
I guess there's also a question of whether we want to patch this or simply ensure that we don't propagate offsetarrays into the deeper code. Personally I'd prefer to have...
CI failures are because I added the new reference image.
Gah, this is what I get for coding late at night...:D
This looks great, thanks! Love the compactification of the elements you have going on there. One more thing that I'm thinking we should do is to decrease the number of...
Sorry for the delay! This is next on my list. Should get to it by Wednesday.