Add correct dependency for histogram2d_log

This commit is contained in:
David Nies 2019-10-05 18:03:35 +02:00
parent da8bb5063e
commit 07b90f9dc8

View File

@ -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}