Michael Krabbe Borregaard
Michael Krabbe Borregaard
Anyway this would be really useful as very few procedures I know of to generate collection of n-dimensional points return them as an n-by-x array.
Yeah OK I see, the length needs to be part of the type.
As far as I can see, MultivariateStats is unfortunately also implemented columns-are-observations - see e.g. the PCA example ```julia julia> using MultivariateStats, RDatasets julia> iris = dataset("datasets", "iris"); julia> #...
Nice! What does this PR do?
Sounds amazing! I guessed as much :-) would it be nicest if I interact/comment on the PRs or better if I just keep hands off?
Yes I think this is due to GR's behaviour with colour bars, where it plots the color bar as part of the plot. So the axes are correctly lined up,...
We've had recurrent reports of users having install issues (with Plots in this case) because FFMPEG sometimes doesn't install on Windows, e.g. https://github.com/JuliaPlots/Plots.jl/issues/2419
It isn't right now #175
This looks great! Just wondering if it would make sense to have this in GraphMakie? I guess a dendrogram is really a NetworkLayout.buchheimtree with custom line drawing?
This would be amazing. There has been a similar discussion over at ImageFiltering JuliaImages/ImageFiltering.jl#42 and JuliaImages/ImageFiltering.jl#51 and it seems that @timholy agrees this would make sense too. There are so...