plothist2d¶
-
plothist2d(args...; kvs...) -
plothist2d(p::FramedPlot, args...; kvs...) -
plothist2d(p::FramedPlot, h::(Union{Array{T, 1}, Range{T}}, Union{Array{T, 1}, Range{T}}, Array{Int64, 2})) Plot a 2D histogram of
args.argsis transformed into a tuple(edges1, edges2, counts)using thehist2dfunction fromBase.
