GiovineItalia/Gadfly.jl

Crafty statistical graphics for Julia.

1,927

stars

1,705

commits

Julia

primary language

Oct 4, 2025

updated

gadflyjl.org/stable/
gadfly
ggplot2
graphics
hacktoberfest
julia
plotting

README

Gadfly Logo
DocumentationBuild StatusHelp

Gadfly is a plotting and data visualization system written in Julia.

It's influenced heavily by Leland Wilkinson's book The Grammar of Graphics and Hadley Wickham's refinement of that grammar in ggplot2.

If you use Gadfly in a publication please consider citing it: DOI

Package features

  • Renders publication quality graphics to SVG, PNG, Postscript, and PDF
  • Intuitive and consistent plotting interface
  • Works with IJulia and Pluto.jl out of the box
  • Tight integration with DataFrames.jl
  • Interactivity like panning, zooming, toggling powered by Snap.svg
  • Supports a large number of common plot types

Installation & Quickstart

Gadfly is registered in Julia's General registry and so can be installed using Pkg.add.

Pkg.add("Gadfly")

To create a plot it's as simple as:

using Gadfly
plot(y=[1,2,3])
Gadfly Gallery

Documentation

  • STABLEmost recently tagged version of the documentation.
  • DEVELin-development version of the documentation.

Contributing and Questions

This is a new and fairly complex piece of software. Filing an issue to report a bug, counterintuitive behavior, or even requesting a feature is extremely valuable in helping us prioritize what to work on, so don't hesitate.

If you have a question then you can ask for help in the plotting team of the Julia Slack channel or the Gitter chat room.

Contributors

(top 30 of 100)

dcjones

678 commits

bjarthur

378 commits

tlnagy

143 commits

Mattriks

97 commits

GiovineItalia/Gadfly.jl

Crafty statistical graphics for Julia.

1,927

stars

1,705

commits

Julia

primary language

Oct 4, 2025

updated

gadflyjl.org/stable/
gadfly
ggplot2
graphics
hacktoberfest
julia
plotting

README

Gadfly Logo
DocumentationBuild StatusHelp

Gadfly is a plotting and data visualization system written in Julia.

It's influenced heavily by Leland Wilkinson's book The Grammar of Graphics and Hadley Wickham's refinement of that grammar in ggplot2.

If you use Gadfly in a publication please consider citing it: DOI

Package features

  • Renders publication quality graphics to SVG, PNG, Postscript, and PDF
  • Intuitive and consistent plotting interface
  • Works with IJulia and Pluto.jl out of the box
  • Tight integration with DataFrames.jl
  • Interactivity like panning, zooming, toggling powered by Snap.svg
  • Supports a large number of common plot types

Installation & Quickstart

Gadfly is registered in Julia's General registry and so can be installed using Pkg.add.

Pkg.add("Gadfly")

To create a plot it's as simple as:

using Gadfly
plot(y=[1,2,3])
Gadfly Gallery

Documentation

  • STABLEmost recently tagged version of the documentation.
  • DEVELin-development version of the documentation.

Contributing and Questions

This is a new and fairly complex piece of software. Filing an issue to report a bug, counterintuitive behavior, or even requesting a feature is extremely valuable in helping us prioritize what to work on, so don't hesitate.

If you have a question then you can ask for help in the plotting team of the Julia Slack channel or the Gitter chat room.

Contributors

(top 30 of 100)

dcjones

678 commits

bjarthur

378 commits

tlnagy

143 commits

Mattriks

97 commits

Languages

Julia

100.0%