//! Heatmap plot context for cell data separate from cartesian projection.
use *;
use crate::;
/// Heatmap cell data and color scale provided by [`Heatmap`].
/// Read heatmap cell data from context inside the plot layer.
/// Provide heatmap plot data to child layers.