AlgebraOfGraphics.jl
AlgebraOfGraphics.jl copied to clipboard
Remaining gallery items
From discussion over at https://github.com/piever/SplitApplyPlot.jl/discussions/16#discussioncomment-626919
- [x] a text annotation plot (#128)
- [x] a custom plot type wired correctly into this system, even with tricky argument / attribute orders
- [ ] an extensible way to display any plot type's special attribute in a legend
- [ ] horizontal and vertical orientations (related #97)
a custom plot type wired correctly into this system, even with tricky argument / attribute orders
I'm having trouble finding this entry in the examples, would you mind pointing me towards this?
It's not released yet, but I think the annotations plot here qualifies, as it takes a vector of strings and a vector of points ar inputs.
Ah, misunderstanding on my part – I didn't realize that task was connected to the one above it. I'll open a new issue for what I'm asking about.
It's not released yet, but I think the
annotationsplot here qualifies, as it takes a vector of strings and a vector of points ar inputs.
Hi, just tried to take a look at that and the link is broken. Do you have an updated link with a MWE of a text/label plot in AlgebraOfGraphics? TY!