mirror of
https://gitlab.com/MisterBiggs/splomplots.jl.git
synced 2025-06-15 14:06:39 +00:00
added a readme
This commit is contained in:
parent
3fd3d212a9
commit
5c323ae311
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# SplomPlots.jl
|
||||
|
||||
`S`catter`plo`t `M`atrix inspired by [Plotly](https://blog.plotly.com/post/174657459542/what-is-a-splom-chart-making-scatterplot-matrices) for Plots.jl
|
||||
|
||||
## Usage
|
||||
|
||||
```julia
|
||||
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)
|
||||
```
|
||||
|
||||

|
BIN
examples/iris.png
Normal file
BIN
examples/iris.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
Loading…
x
Reference in New Issue
Block a user