1
0
mirror of https://gitlab.com/MisterBiggs/splomplots.jl.git synced 2025-06-15 05:56:39 +00:00
2022-03-16 01:05:15 -07:00
2022-03-09 16:21:04 -07:00
2022-03-16 01:05:15 -07:00
2022-03-16 00:54:42 -07:00
2022-03-16 00:54:42 -07:00
2022-03-15 23:29:49 -07:00
2022-03-15 23:29:49 -07:00
2022-03-16 01:05:15 -07:00

SplomPlots.jl

Scatterplot Matrix 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)

Example Splom from Iris dataset

Description
No description provided
Readme 130 KiB
Languages
Julia 100%