Merge pull request #1323 from daschw/plottheme
Reduce number of ticks in heatmap in showtheme recipe
This commit is contained in:
commit
09c5e8a375
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user