Heatmap

Source code notebook

using InMemoryDatasets, DLMReader, StatisticalGraphics

Example

ds = Dataset(x=randn(10000), y=randn(10000))

sgplot(ds, Heatmap(x=:x, y=:y))

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