Pietro Vertechi

Results 220 comments of Pietro Vertechi

I've just tagged a version with updated GridLayoutBase compatibility https://github.com/JuliaRegistries/General/pull/65385, so ideally that would avoid downgrading Makie

I also think it would be nice to get rid of the `orientation` keyword, if possible. In my mind, it seems like a possible solution would be to encode the...

> Flipping the axis still doesn't solve the problem if you have a recipe that is only defined in one direction that you want to use with a recipe that...

If I understand correctly, there are two separate things at play here. One mostly consists of moving some function and type definitions from Makie to MakieCore, so that packages can...

That'd be great! StatsMakie is definitely under-documented! The [tutorial](http://juliaplots.org/StatsMakie.jl/latest/manual/tutorial/) includes the "grouping and data" aspect, then there are `boxplot` and `violin` (same interface as StatsPlots). `corrplot` is broken (I was...

> If someone can point me to a KA kernel for this, for some case, it might not be hard to make Tullio.jl generate something similar, in other cases. There...

I see, so it's the performance improvement #61 that causes the strange behaviour for singleton slices and repeated indexes. Thanks for looking into it.

I like the idea, but shouldn't this be done by providing a function that has separate methods for when the first or second argument is `::Misssing`? Of course, after transitioning...

Slightly off-topic, we may need to think about this for integration with StatsModels though, as they use categorical values to determine whether to treat the variable as categorical or continuous.

In particular, I noticed because this breaks `@applychunked` (when used with selection returning sometimes an empty chunk and `map`): https://github.com/piever/JuliaDBMeta.jl/blob/master/src/apply.jl#L9