From ee265d79a60af2078720e6cc12eea812891adb07 Mon Sep 17 00:00:00 2001 From: Yakir Luc Gagnon <12.yakir@gmail.com> Date: Tue, 23 Jul 2019 14:20:02 +0200 Subject: [PATCH] Update src/examples.jl Co-Authored-By: Anshul Singhvi --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index 62634857..67c910c4 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -423,7 +423,7 @@ Parse `DateTime` correctly when used in the axes of a `heatmap` plot. x = DateTime(2001):Dates.Year(1):DateTime(2005) y = 1:5 z = rand(5,5) - heatmap(x, y, z, title = "Heatmap with DateTime") + heatmap(x, y, z, title = "Heatmap with DateTime", xformatter = Plots.dateformatter) end)] ),