org-arl/InteractiveViz.jl

iheatmap!

Closed this issue · 1 comments

Hi all.
I was looking at the code and iheatmap! is missing. It is useful to add to axis in makie.
Any chance to add it?

iheatmap(f::Function, xmin=0.0, xmax=1.0, ymin=0.0, ymax=1.0; kwargs...) = iviz((x, y, z) -> heatmap(x, y, z; kwargs...), Function2D(f, xmin, xmax, ymin, ymax))

thanks a lot!