python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Increase size of the Violin plot such that it can properly fit the boxplot inside it in plotly
I was plotting multiple grouped violin plots in plotly but the violin plot is coming out too narrow (I have looked into this link Violin plots are narrow, but it's not solving my problem) and the box...
Abhinav Choudhury
Votes: 0
Answers: 0
Highlight one specific bar in plotly bar chart [python]
I'm using a plotly.express bar chart to visualize categorical data like this:
fig = px.bar(data, x='Algorithm', y='NDE', text_auto='.3f', color='Algorithm',
color_discrete_map={'Ensembling':'orange',...
tedy42
Votes: 0
Answers: 1
How to format Plotly xaxis to be shown in H:M:S format
I'm trying to create a custom plotly chart where I have a column that represents the seconds since the start, and instead of showing the value in seconds I would like to format it to be in HH:MM:SS fo...
Leonardo Ferreira
Votes: 0
Answers: 1
Choropleth Africa map doesn’t show some countries and islands
I’m plotting an African continent map using choropleth. However, some regions are not appearing on the map, even the respective alpha codes being correct. For example, I have data from Seychelles (sov...
Joicy Xavier
Votes: 0
Answers: 1