From a0ba0e232e738b883ea07f277a13fd18297c65e4 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 26 Apr 2020 21:25:49 +0200 Subject: [PATCH] remove unused dict --- src/utils.jl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index 1536c6a2..650f730b 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -208,13 +208,6 @@ Base.first(x::Symbol) = x sortedkeys(plotattributes::Dict) = sort(collect(keys(plotattributes))) - -const _scale_base = Dict{Symbol, Real}( - :log10 => 10, - :log2 => 2, - :ln => ℯ, -) - function _heatmap_edges(v::AVec, isedges::Bool = false) length(v) == 1 && return v[1] .+ [-0.5, 0.5] if isedges return v end