add test example

This commit is contained in:
Daniel Schwabeneder 2020-04-01 13:26:01 +02:00
parent 974c6e5950
commit 5e7d2fb8ba

View File

@ -919,6 +919,21 @@ const _examples = PlotExample[
end,
],
),
PlotExample(
"Heatmap with DateTime axis",
"",
[
quote
begin
using Dates
z = rand(5, 5)
x = DateTime.(2016:2020)
y = 1:5
heatmap(x, y, z)
end
end,
],
),
]
# Some constants for PlotDocs and PlotReferenceImages