Histogram2D (complex values)
using Plots
gr()
n = 10000
x = exp.(0.1 * randn(n) .+ randn(n) .* im)
histogram2d(x, nbins = (20, 40), show_empty_bins = true, normed = true, aspect_ratio = 1)
This page was generated using DemoCards.jl and Literate.jl.
using Plots
gr()
n = 10000
x = exp.(0.1 * randn(n) .+ randn(n) .* im)
histogram2d(x, nbins = (20, 40), show_empty_bins = true, normed = true, aspect_ratio = 1)
This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 1.14.1 on Tuesday 12 August 2025. Using Julia version 1.11.6.