Strip plot
using Deneb
data = Data(url="https://vega.github.io/vega-datasets/data/cars.json")
chart = data * Mark(:tick) * Encoding(
"Horsepower:q",
"Cylinders:o",
)
This page was generated using DemoCards.jl and Literate.jl.
using Deneb
data = Data(url="https://vega.github.io/vega-datasets/data/cars.json")
chart = data * Mark(:tick) * Encoding(
"Horsepower:q",
"Cylinders:o",
)
This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 1.1.0 on Wednesday 11 October 2023. Using Julia version 1.6.7.