Heatmap
using Deneb
x = repeat(0:0.1:1, inner=11)
y = repeat(0:0.1:1, outer=11)
z = x.^2 .+ y.^2
chart = Data((;x, y, z)) * Mark(:rect) * Encoding(
"x:o",
"y:o",
color="z:q"
)
This page was generated using DemoCards.jl and Literate.jl.
using Deneb
x = repeat(0:0.1:1, inner=11)
y = repeat(0:0.1:1, outer=11)
z = x.^2 .+ y.^2
chart = Data((;x, y, z)) * Mark(:rect) * Encoding(
"x:o",
"y:o",
color="z:q"
)
This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 0.27.25 on Saturday 15 July 2023. Using Julia version 1.6.7.