how display heatmap figure in gui without using new window?

1 view (last 30 days)
Hi,
I have figure that result from applying heatmap.
What I need is displaying that figure in GUI using axes or anything else but not in new window.
I mean I don't want save figure then display it, but I need display that figure in GUI code when run heatmap function.
Thanks in advance

Accepted Answer

Image Analyst
Image Analyst on 21 Feb 2014
It doesn't look like that function has the ability to send its output to one of your own axes. Can you just use image(), imshow(), or imagesc() and apply the appropriate colormap to give you the same thing, but in an axes of your own choosing?

More Answers (0)

Categories

Find more on Data Distribution Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!