From 07b90f9dc8dfeff7c24fae8b6f5ae4604d17fbeb Mon Sep 17 00:00:00 2001 From: David Nies Date: Sat, 5 Oct 2019 18:03:35 +0200 Subject: [PATCH] Add correct dependency for histogram2d_log --- src/recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 43e24360..d2cefd34 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -792,7 +792,7 @@ end () end @shorthands histogram2d_log10 -@deps histogram2d_log bins2d +@deps histogram2d_log10 bins2d @recipe function f(h::StatsBase.Histogram{T, 2, E}) where {T, E}