I spent a great deal of time trying to tweak the inputs to the function heatmaply::heatmaply()
to produce a plot without guides/legends.
An easy solution lies in the function plotly::hide_guides
. I just apply plotly::hide_guides()
to the output of heatmaply::heatmaply()
to get what I want.