Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    $\begingroup$ So far i found the Superscript is the easiest way to realize the 10^n format, as long as one notice the code need to be the form: {position, label} as Verde also pointed out. Thank you for your answer! $\endgroup$ Commented Aug 18, 2012 at 17:06
  • $\begingroup$ Thanks. Sometimes a simple approach will do the job. $\endgroup$ Commented Aug 18, 2012 at 17:30
  • $\begingroup$ I'd rather use ScientificForm: Ticks -> {Automatic, Table[{10^k, ScientificForm[10^k]}, {k, -2, 5}]}, in this case $\endgroup$ Commented May 29, 2020 at 4:05
  • $\begingroup$ @DavidC I use your code for a LogLinearPlot but it makes both axes scientific. Is there a way to make only x axis scientific using your code without changing the y axis? $\endgroup$ Commented Nov 26, 2024 at 7:47