I’m trying to extend boxplot to show all individual datapoints. However, I can’t seem to get Julia to use the local development files.
I’ve cloned StatsPlots locally, opened the folder in Juno, used ]activate .
followed by ]build
(though it says there’s nothing to build) and using StatsPlots
, but when I generate a boxplot, it doesn’t reflect the changes I made in boxplot.jl.
What am I doing wrong?