Pietro Vertechi
Pietro Vertechi
Sure, I'll look into it after the StatsBase PR is merged (just ping me here where that happens).
> Well, I think we kinda wanted to deprecate StatsMakie since most functionality has moved directly into AbstractPlotting, or AlgebraOfGraphics. But i guess there is still functionality in here not...
Thanks for bringing this up so thoroughly! This will make for a very interesting discussion at vizcon. My personal view is that there are somehow two very distinct way to...
I've opened https://github.com/piever/AlgebraOfGraphics.jl/issues/2 to discuss a possible standalone grammar of graphics design.
Maybe we could just make it themable? That is, we add some attribute to the theme so that you can do `set_theme!(samplebased_orientation = :horizontal)` and all your subsequent boxplot, violin...
Legend support is one of the big TODOs of StatsMakie. The snippet you link to is actually very helpful. I imagine one should create some helper function in StatsMakie that,...
I think there are two possible ways forward: 1. Drop lines where one of the columns we use has a missing value (possibly with a warning) 2. Same as option...
StatsMakie is deprecated and will not receive further development as far as I understand. For it to work, you need to be on an older version of AbstractPlotting (I suspect...
They do :) The talk is actually about [AlgebraOfGraphics](https://github.com/JuliaPlots/AlgebraOfGraphics.jl) (things changed between the submission of the talk and actually giving the talk).
This is definitely planned functionality. The problem right now is that StatsMakie is mostly implemented with the `convert_arguments` functionality that converts arguments into list of plot types, with converted arguments...