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 https://github.com/plotly/plotly.js/pull/4283