Heatmap with DateTime axis

Source code Author Update time

using Plots
pythonplot()
using Dates
heatmap(DateTime.(2016:2020), 1:5, rand(5, 5))
2023-08-30T09:53:37.579612 image/svg+xml Matplotlib v3.7.2, https://matplotlib.org/

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