From 1b468ba5d80348b232b3542d1a8837ab9e98a924 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Tue, 28 Feb 2017 12:35:08 +0100 Subject: [PATCH] fix gr.text on showgradient --- src/recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index d30b763f..1089ea10 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -846,6 +846,6 @@ end ticks := nothing legend := false seriescolor := grad.args[1] - title := grad.args[1] + title := string(grad.args[1]) z end