mirror of
https://gitlab.com/MisterBiggs/splomplots.jl.git
synced 2025-06-15 14:06:39 +00:00
528 B
528 B
SplomPlots.jl
S
catterplo
t M
atrix inspired by Plotly for Plots.jl
Usage
using Pkg; Pkg.add(url="https://gitlab.com/MisterBiggs/splomplots.jl.git")
using SplomPlots
# Load in a dataset
using RDatasets
df = dataset("datasets", "iris")
# Create a splom from the dataset using the species column for grouping the scatter plots
splom(df; group=:Species)