- Notifications
You must be signed in to change notification settings - Fork251
Crafty statistical graphics for Julia.
License
GiovineItalia/Gadfly.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Documentation | Build Status | Help |
---|---|---|
Gadfly is a plotting and data visualization system written inJulia.
It's influenced heavily by Leland Wilkinson's bookThe Grammar of Graphicsand Hadley Wickham's refinement of that grammar inggplot2.
If you useGadfly in a publication please consider citing it:
- Renders publication quality graphics to SVG, PNG, Postscript, and PDF
- Intuitive and consistent plotting interface
- Works withIJulia andPluto.jl out of the box
- Tight integration withDataFrames.jl
- Interactivity like panning, zooming, toggling powered bySnap.svg
- Supports a large number of common plot types
Gadfly is registered inJulia'sGeneral
registry and so can be installed usingPkg.add
.
Pkg.add("Gadfly")
To create a plot it's as simple as:
using Gadflyplot(y=[1,2,3])
- STABLE —most recently tagged version of the documentation.
- DEVEL —in-development version of the documentation.
This is a new and fairly complex piece of software.Filing anissue to report abug, counterintuitive behavior, or even requesting a feature is extremelyvaluable 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 theJulia Slack channel or theGitter chat room.
About
Crafty statistical graphics for Julia.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.