JuliaPlots/GGPlots.jl

Name: GGPlots.jl

Owner: JuliaPlots

Description: Grammar of Graphics interface to Plots.jl

Created: 2016-10-11 19:44:22.0

Updated: 2018-03-28 20:54:38.0

Pushed: 2016-10-11 20:43:12.0

Homepage: null

Size: 4

Language: Julia

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

GGPlots (WIP)

“Grammar of Graphics in Plots.jl”

Contributors needed! I'll implement a proof-of-concept, but I need volunteers to make it a full-fledged API.

The idea here is that we utilize some types and multiple dispatch to create Grammar of Grapics (GG) styled operations:

g GGPlots, RDatasets
ot()
e(:solarized)
 = dataset("datasets", "iris")

ot(iris, :SepalLength, :SepalWidth, leg=false) +
eom_point(color = :PetalWidth, msw=0) +
eom_smooth(method = :lm)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.