R's pairs scatter plot in Julia

Hi all,

I’m looking for a convenient way of recreating the R’s pairwise scatter plots (Scatter Plot Matrices - R Base Graphs - Easy Guides - Wiki - STHDA) in Julia.

I’ve come across the corrplot function in the StatsPlots.jl package, but ideally I’d like to create plots looking like the examples in the link above. Any ideas?

Thanks!

Some example codes there by composing layout with plot

https://github.com/JuliaPlots/StatsPlots.jl/issues/217

3 Likes

Great, thanks!