reduce tick number in heatmap plot

This commit is contained in:
Daniel Schwabeneder 2017-12-17 17:04:05 +01:00
parent ac9aee97fd
commit a1a7dcd6b8

View File

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