Pietro Vertechi
Pietro Vertechi
OK, then it's probably better to keep it out of the tutorial for now and we can add it once it's cleaned up and we're sure about the API.
So, the date time ticks situation is not ideal, because to get full support they should be implemented in MakieLayout directly I think. I'm adding a small helper in #252,...
It's not released yet, but I think the `annotations` plot [here](http://juliaplots.org/AlgebraOfGraphics.jl/dev/generated/gallery/#Pre-scaled-data) qualifies, as it takes a vector of strings and a vector of points ar inputs.
At the moment, in the absence of a palette, the default is to pass integer values corresponding to the levels. This may not necessarily be ideal (see #300), but it...
This is an important discussion to have. > I see that long-form is what AlgebraOfGraphics desires, but it might not always be the easiest for other users. Actually, AlgebraOfGraphics doesn't...
You are not forced to have your data in a table in AoG, so for example with the "pre-grouped" syntax (see https://github.com/JuliaPlots/AlgebraOfGraphics.jl/issues/212#issue-917479265 and http://juliaplots.org/AlgebraOfGraphics.jl/dev/gallery/gallery/data%20manipulations/pre_grouped_data/#Pre-grouped-data), you could do ```julia x, y,...
I would also like to special case missing data as little as possible. A possible plan of action could be the following. - For categorical data, don't do anything. By...
This will be slightly trickier to solve in a clean way. Makie support `alpha` transparency for continuous color directly in the `colormap` attribute, so `visual(colormap=(:batlow, 0.5))` should work. It should...
I have a tutorial [here](https://github.com/piever/JuliaDBTutorial/blob/master/hflights.ipynb) and a cheatsheet locally. I'm happy to make a PR with the tutorial in markdown format and we can polish it from there and make...
To get an idea, [this](https://piever.github.io/JuliaDBMeta.jl/latest/tutorial.html) is the JuliaDBMeta version of the tutorials included in the docs.