Hi, I have an application with numerous ggplot outputs and am unable to hide the legend title. Here's a reprex, is there a way I can hide the legend title?
The idea is that {plotly} as a package creates its own plotly objects, with a specific format. So writing directly using the {plotly} instructions is doable, but slightly painful as it's a whole different syntax (more inspired by javascript than R in my opinion). The function ggplotly() does its best to convert a ggplot object to a plotly one, that way we avoid having to write {plotly} code ourselves. Once we have that object, we can modify it with the standard {plotly} functions. You can learn more about writing with {plotly}here.
So, you can simply do ?layout to get more information, the man page will point you to the reference with all the parameters that can be specified.