# VegaLite ```julia id=2ae5a6e5-b138-4042-80bb-6315243112e8 using VegaLite, VegaDatasets dataset("cars") |> @vlplot( :point, x = :Horsepower, y = :Miles_per_Gallon, color = :Origin, width = 500, height = 400 ) |> VegaLite.interactive() ``` [result][nextjournal#output#2ae5a6e5-b138-4042-80bb-6315243112e8#result] [nextjournal#output#2ae5a6e5-b138-4042-80bb-6315243112e8#result]:
This notebook was exported from https://nextjournal.com/a/LAfLjPMF7BN4T72mTfmrM?change-id=CXexNjPEYQFKHVXtmjtU2j ```edn nextjournal-metadata {:article {:settings nil, :nodes {"20fb3243-7da4-435c-bc36-7615d3a2466b" {:environment [:environment {:article/nextjournal.id #uuid "02a0b20e-757f-4449-b14d-4d22cb08fa20", :change/nextjournal.id #uuid "5d5c38ff-a9e9-4935-8098-f67407a8d9d7", :node/id "0df344e9-124b-44cf-9d74-4fbfcd188581"}], :id "20fb3243-7da4-435c-bc36-7615d3a2466b", :kind "runtime", :language "julia", :type :nextjournal}, "2ae5a6e5-b138-4042-80bb-6315243112e8" {:compute-ref #uuid "57caaa19-5bed-4c04-91f5-68020bd63160", :exec-duration 2382, :id "2ae5a6e5-b138-4042-80bb-6315243112e8", :kind "code", :output-log-lines {:stdout 0}, :runtime [:runtime "20fb3243-7da4-435c-bc36-7615d3a2466b"]}}, :nextjournal/id #uuid "02ad15e0-7205-4934-9e92-6b6150474bae", :article/change {:nextjournal/id #uuid "5d5c3a92-6d5c-48e2-93c2-62bdd1a07308"}}} ```