Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
3 votes
1 answer
2k views

Python plotly legendgrouptitle_text is not working as go.Scatter argument

I'm trying to use legendgrouptitle_text to set legendgroup title on python go.Scatter as mentionned in plotly doc: https://plotly.com/python/legend/ https://plotly.com/python/reference/scatterpolar/#...
Yasser Sami's user avatar
1 vote
1 answer
674 views

How can I avoid duplicate legend in plotly and set title vertically in R?

The code I am using is: DF <- data.frame( stringsAsFactors = FALSE, Month = c("2019-Dec","2019-Dec", "2019-Dec","2019-Dec","2020-Jan&...
Williams86's user avatar
0 votes
0 answers
608 views

Dash from Plotly: Split figure legend and move to the right

I have plotted a chart as attached and I want to add more line or barchart to the figure but the space remained for the legend is over. So, I want that the next legend be added to the right in the ...
MGB.py's user avatar
  • 461
3 votes
1 answer
2k views

Manipulating R plotly legend

Probably an easy question: Trying to use plotly to produce a scatter plot and customize the legend. Here's my data: require(plotly) set.seed(1) my.df <- data.frame(id=LETTERS[sample(26,100,...
dan's user avatar
  • 6,242