From a1a7dcd6b82b01a74aa633763d3a29932388fdaf Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 17 Dec 2017 17:04:05 +0100 Subject: [PATCH] reduce tick number in heatmap plot --- src/themes.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes.jl b/src/themes.jl index 64f15102..c2b2aee1 100644 --- a/src/themes.jl +++ b/src/themes.jl @@ -140,6 +140,7 @@ _get_showtheme_args(thm::Symbol, func::Symbol) = thm, get(_color_functions, func subplot := 4 seriestype := :heatmap seriescolor := gradient + ticks := -5:5:5 x, y, z end