1

Consider the code

dataBC = 10^(RandomReal[6, 10]);
dataTotal = dataBC = 10^(RandomReal[6, 10]);
BoxWhiskerChart[{dataBC, dataTotal}, {"Mean"}, ScalingFunctions -> "Log"]

enter image description here

Is it possible to force the y-axis ticks to be labeled in the form $10^x$ so that, for example, $100$ and $1000$ are shown as $10^2$ and $10^3$, respectively?

sam wolfe
  • 4,663
  • 7
  • 37

0 Answers0