/home/diego/Documents/Book/Interactive-Visualization-with-Julia/Chapter05/aog.jl
Move
Edit
or
run
this notebook
99
1
2
3
4
5
6
7
8
9
10
begin
using
RDatasets
,
AlgebraOfGraphics
,
CairoMakie
set_aog_theme!
()
iris
=
dataset
(
"datasets"
,
"iris"
)
plt
=
data
(
iris
) *
mapping
(:
PetalWidth
, :
PetalLength
,
markersize
=:
SepalLength
) *
visual
(
Scatter
)
draw
(
plt
)
end
91.4 s
Loading...
(
UNDO
)