Introduction
AlgebraOfGraphics defines a language for data visualization. It is based on a few simple building blocks that can be combined using +
and *
.
This package can be installed typing
julia> import Pkg; Pkg.add("AlgebraOfGraphics")
in the Julia REPL.
See the Tutorial to get started.