AlgebraOfGraphics.jl
AlgebraOfGraphics.jl copied to clipboard
Custom analyses/ plot types
I have a documentation request (previously mentioned in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/issues/159#issuecomment-893067504). From the FAQ:
If you do need column-wise transformations, consider implementing a custom analysis, such as density, which takes the whole data as input, or apply the transformation directly in your data before passing it to AlgebraOfGraphics.
I would like to have plots with group and column wise transformations. How would I go about implementing a custom analysis?