Histogram2D
using Plots
unicodeplots()
histogram2d(randn(10000), randn(10000), nbins = 20)
┌────────────────────────────────────────┐
4 │ │
│ │
│ │
│ ░ ░░░░░ │
│ ░░░░░░▒▒▒▒░░░░ │
│ ░░░▒▒▓▓▓▓█▓▓▒▒░░░░ │
│ ░░░▒▒▓████▓▓▓▓▒░░░ │
│ ░░░▒▓▓▓███▓▒▒▒░░░ │
│ ░░░▒▒▒▒▒▒▒░░░░░ │
│ ░░░░░░░░░░ │
│ │
│ │
│ │
│ │
-5 │ │
└────────────────────────────────────────┘
-5 4 This page was generated using DemoCards.jl and Literate.jl.