I am using Plots
.
When I use the log scale for the x-axis, the plot does not seem to be nice.
The width of the box is not arranged.
Do you have any idea to overcome this?
boxplot([10 100 1000], [randn(10).+10 randn(10).+20 randn(10).+30], color="gray", legend=false, bar_width=50)
boxplot([10 100 1000], [randn(10).+10 randn(10).+20 randn(10).+30], color="gray", legend=false, bar_width=10, xscale=:log10)