Simple Scatter plot
using InMemoryDatasets, StatisticalGraphics
# generate random data
ds = Dataset(x=rand(100), y=rand(100))
sgplot(ds, Scatter(x=:x, y=:y))
This page was generated using DemoCards.jl and Literate.jl.
using InMemoryDatasets, StatisticalGraphics
# generate random data
ds = Dataset(x=rand(100), y=rand(100))
sgplot(ds, Scatter(x=:x, y=:y))
This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 0.27.24 on Tuesday 30 May 2023. Using Julia version 1.8.5.