Skip to content

Instantly share code, notes, and snippets.

@NaelsonDouglas
Created March 3, 2016 20:32
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/f8f3f25137014d43bd8b to your computer and use it in GitHub Desktop.
Save NaelsonDouglas/f8f3f25137014d43bd8b to your computer and use it in GitHub Desktop.
data = readtable("output.csv")
dx = rand(30,4)
dx[:,1] = data[1]
dx[:,2] = data[2]
dx[:,3] = data[3]
dx[:,4] = data[4]
boxplot(dx)
savefig("output.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment