How can the legend symbol size be changed in plotly?
I have tried numerous properties within plot_ly() main function and layout(), but nothing has worked so far:
ggplot2 equivalent for what I need would be simply:
theme(legend.key.size = 10)
How can the legend symbol size be changed in plotly?
I have tried numerous properties within plot_ly() main function and layout(), but nothing has worked so far:
ggplot2 equivalent for what I need would be simply:
theme(legend.key.size = 10)