I display a boxplot chart as following:
But what I would like is to have the x axis as real x axis, meaning that the space between values should be respected. Adding to this scale I would like a log scale on the x axis. How can I do this using geom_boxplot?
thanks, Jerome