From 4b2ce036e8642dae2c2cda622a938cfc347c199f Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Tue, 21 Feb 2017 22:49:15 +0100 Subject: [PATCH] change numbers --- src/recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 7e0d4dde..fb452561 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -814,7 +814,7 @@ end end library = clibrary(cl.args[1]) - z = sqrt.((1:20)*(1:15)') + z = sqrt.((1:15)*(1:20)') seriestype := :heatmap ticks := nothing