Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Crafty statistical graphics for Julia.

License

NotificationsYou must be signed in to change notification settings

GiovineItalia/Gadfly.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gadfly Logo
DocumentationBuild StatusHelp

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:DOI

Package features

  • 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

Installation & Quickstart

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])

Gallery

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 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.

Packages

No packages published

Contributors107

Languages


[8]ページ先頭

©2009-2025 Movatter.jp