Daniel Gomme

Results 11 comments of Daniel Gomme

As an update, I've found this can be worked around by adding `fillcolor=cgrad()` to the corrplot, for example: ``` M = randn(1000,4) M[:,2] .+= 0.8sqrt.(abs.(M[:,1])) .- 0.5M[:,3] .+ 5 M[:,3]...