All Projects → GiovineItalia → Gadfly.jl

GiovineItalia / Gadfly.jl

Licence: other
Crafty statistical graphics for Julia.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Gadfly.jl

Ggthemr
Themes for ggplot2.
Stars: ✭ 697 (-59.57%)
Mutual labels:  ggplot2, plotting
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (+324.36%)
Mutual labels:  hacktoberfest, graphics
Metpy
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
Stars: ✭ 717 (-58.41%)
Mutual labels:  hacktoberfest, plotting
Rust Sloth
A 3D software rasterizer... for the terminal!
Stars: ✭ 478 (-72.27%)
Mutual labels:  hacktoberfest, graphics
Ggthemes
Additional themes, scales, and geoms for ggplot2
Stars: ✭ 1,107 (-35.79%)
Mutual labels:  ggplot2, plotting
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+200.81%)
Mutual labels:  hacktoberfest, graphics
Makie.jl
High level plotting on the GPU.
Stars: ✭ 791 (-54.12%)
Mutual labels:  graphics, plotting
Consolegameengine
.NET Console Graphics Engine
Stars: ✭ 226 (-86.89%)
Mutual labels:  hacktoberfest, graphics
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+364.85%)
Mutual labels:  hacktoberfest, graphics
Ktx
LibKTX: Kotlin extensions for LibGDX games and applications
Stars: ✭ 913 (-47.04%)
Mutual labels:  hacktoberfest, graphics
Sfml.net
Official binding of SFML for .Net languages
Stars: ✭ 354 (-79.47%)
Mutual labels:  hacktoberfest, graphics
Plots.jl
Powerful convenience for Julia visualizations and data analysis
Stars: ✭ 1,225 (-28.94%)
Mutual labels:  hacktoberfest, plotting
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+82.83%)
Mutual labels:  hacktoberfest, plotting
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (-69.03%)
Mutual labels:  hacktoberfest, graphics
Flingengine
A Vulkan game engine with a focus on data oriented design
Stars: ✭ 239 (-86.14%)
Mutual labels:  hacktoberfest, graphics
Pyvista
3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
Stars: ✭ 734 (-57.42%)
Mutual labels:  hacktoberfest, plotting
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (-87.82%)
Mutual labels:  hacktoberfest, graphics
Csfml
Official binding of SFML for C
Stars: ✭ 211 (-87.76%)
Mutual labels:  hacktoberfest, graphics
Ggdistribute
ggplot2 extension for plotting distributions
Stars: ✭ 16 (-99.07%)
Mutual labels:  ggplot2, plotting
Pandoc Plot
Render and include figures in Pandoc documents using your plotting toolkit of choice
Stars: ✭ 75 (-95.65%)
Mutual labels:  ggplot2, plotting
Gadfly Logo
Documentation Build Status Help

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 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 on METADATA.jl 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])

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].