Scatterplot Matrix inspired by Plotly for Plots.jl
Usage
usingPkg;Pkg.add(url="https://gitlab.com/MisterBiggs/splomplots.jl.git")usingSplomPlots# Load in a datasetusingRDatasetsdf=dataset("datasets","iris")# Create a splom from the dataset using the species column for grouping the scatter plotssplom(df;group=:Species)