Skip to content

Instantly share code, notes, and snippets.

@fboehm
Created July 25, 2019 15:59
Show Gist options
  • Save fboehm/345cca945d43d8401fbb2f37e12019ec to your computer and use it in GitHub Desktop.
Save fboehm/345cca945d43d8401fbb2f37e12019ec to your computer and use it in GitHub Desktop.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment