Box plot
Box plot (1)
using StatsPlots, Statistics, Random
Random.seed!(2018)
n = 30
science = rand(1:10, n)
@show median(science)
boxplot(science, label=permutedims(["science"]))
This page was generated using Literate.jl.
using StatsPlots, Statistics, Random
Random.seed!(2018)
n = 30
science = rand(1:10, n)
@show median(science)
boxplot(science, label=permutedims(["science"]))
This page was generated using Literate.jl.