Julia Articles / Aug 20 2019
VegaLite
using VegaLite, VegaDatasets dataset("cars") |> ( :point, x = :Horsepower, y = :Miles_per_Gallon, color = :Origin, width = 500, height = 400 ) |> VegaLite.interactive()
using VegaLite, VegaDatasets dataset("cars") |> ( :point, x = :Horsepower, y = :Miles_per_Gallon, color = :Origin, width = 500, height = 400 ) |> VegaLite.interactive()