📜  julia 2d histogram - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:58.333000             🧑  作者: Mango

代码示例1
using Plots
gr()
histogram2d(randn(10000), randn(10000), nbins=20)