We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, There is an issue on boxplot when log scale applied.
fig.update_layout( boxmode = 'group', xaxis = dict(type = "log") )
As X value increases, boxplot gap decreases more and more. I want to same gap whatever value chagned.
This issue is exntesion of #4283