Gadfly.jl

Gadfly is a system for plotting and visualization written in Julia. It is based largely on Hadley Wickhams's ggplot2 for R and Leland Wilkinson's book The Grammar of Graphics. It was Daniel C. Jones' brainchild and is now maintained by the community.

Package features

Quickstart

The latest release of Gadfly can be installed from the Julia REPL prompt with

julia> Pkg.add("Gadfly")

This installs the package and any missing dependencies. Gadfly can be loaded with

julia> using Gadfly

See the Plotting for more information on plot invocations.

Manual outline