Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Apr 20, 2022
1 parent 8efc73a commit 197130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KernelDensityEstimatePlotting.jl
Expand Up @@ -352,7 +352,7 @@ getColorsByLength(len::Int=10) = Colors.distinguishable_colors(len, [RGB(1,1,1),
# function to draw all pairs of mulitdimensional kernel density estimate
# axis is matrix with rows as dimensions and two columns for min and max axis cutoffs
function plotKDE(darr::Array{BallTreeDensity,1};
c::NothingUnion{Vector{<:AbstractString}}=getColorsByLength(length(darr)), # nothing
c::NothingUnion{<:AbstractVector}=getColorsByLength(length(darr)), # nothing
N::Int=200,
rmax=-Inf,rmin=Inf, # should be deprecated
axis::NothingUnion{Array{Float64,2}}=nothing,
Expand Down

0 comments on commit 197130e

Please sign in to comment.