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
|
subplot := 4
|
||||||
seriestype := :heatmap
|
seriestype := :heatmap
|
||||||
seriescolor := gradient
|
seriescolor := gradient
|
||||||
|
ticks := -5:5:5
|
||||||
x, y, z
|
x, y, z
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user