Skip to content

Instantly share code, notes, and snippets.

@mages
Created March 23, 2014 10:44
set.seed(123)
dat=data.frame(A=rpois(100, 20),
B=rpois(100, 5),
C=rpois(100, 50))
plot(
gvisHistogram(dat, options=list(
legend="{ position: 'top', maxLines: 2 }",
colors="['#5C3292', '#1A8763', '#871B47']",
width=600),
chartid="Histogram")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment