Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iheatmap! #24

Closed
marianoarnaiz opened this issue Jan 10, 2024 · 1 comment · Fixed by #25
Closed

iheatmap! #24

marianoarnaiz opened this issue Jan 10, 2024 · 1 comment · Fixed by #25
Assignees
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@marianoarnaiz
Copy link

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!

@ConnectedSystems
Copy link
Contributor

Hi @marianoarnaiz see #25

@mchitre mchitre self-assigned this Feb 1, 2024
@mchitre mchitre added duplicate This issue or pull request already exists enhancement New feature or request labels Feb 1, 2024
@mchitre mchitre closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants