View source: R/server_plotly.R
clean_pltly_legend | R Documentation |
This function cleans the legend of a plotly object by removing unnecessary duplication. It is specifically designed to work around a bug that causes facet_wrap to create a separate legend entry for each facet.
clean_pltly_legend(pltly_obj, new_legend = c())
pltly_obj |
A plotly object with a legend to be cleaned. |
new_legend |
An optional vector of strings specifying new legend entries. Default is an empty vector. |
The input plotly object with its legend cleaned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.