Heatmap with DateTime axis

Source code Author Update time

using Plots
gaston()
using Dates
z = rand(5, 5)
x = DateTime.(2016:2020)
y = 1:5
heatmap(x, y, z)
Gnuplot Produced by GNUPLOT 5.2 patchlevel 8 gnuplot_plot_1a 2016-01-01 2017-01-01 2018-01-01 2019-01-01 2020-01-01 1 2 3 4 5 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1

This page was generated using DemoCards.jl and Literate.jl.