Heatmap with DateTime axis

Source code Author Update time

using Plots
gaston()
using Dates
heatmap(DateTime.(2016:2020), 1:5, rand(5, 5))
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 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

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