Merge pull request #1323 from daschw/plottheme

Reduce number of ticks in heatmap in showtheme recipe
This commit is contained in:
Daniel Schwabeneder 2017-12-17 17:21:18 +01:00 committed by GitHub
commit 09c5e8a375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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