Skip to content

Instantly share code, notes, and snippets.

@NaelsonDouglas
Created March 2, 2016 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NaelsonDouglas/395448e21c74b024de88 to your computer and use it in GitHub Desktop.
Save NaelsonDouglas/395448e21c74b024de88 to your computer and use it in GitHub Desktop.
#X labels
df = DataFrame(A=["Step1","Step2","Step3 Fixed","Step3 Random"])
#BG and boxplot colors
theme = Theme(default_color=colorant"gray",panel_fill=colorant"white")
p = plot(data,y="Step1",x=df[1],Geom.boxplot, theme)
img = SVG("tests.svg", 6inch, 4inch)
draw(img, p)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment