Skip to main content
deleted 98 characters in body
Source Link
Dr. belisarius
  • 116.8k
  • 13
  • 208
  • 466

You need the second form for the ticks {position, label}.

As in

ListLogPlot[#, Filling -> Bottom, Ticks -> {Automatic, {#, ScientificForm@#} & /@ #}] &@  Array[10&@Array[10.^# &, 10] 

Mathematica graphicsMathematica graphics

You need the second form for the ticks {position, label}.

As in

ListLogPlot[#, Filling -> Bottom, Ticks -> {Automatic, {#, ScientificForm@#} & /@ #}] &@  Array[10.^# &, 10] 

Mathematica graphics

You need the second form for the ticks {position, label}.

As in

ListLogPlot[#, Ticks -> {Automatic, {#, ScientificForm@#} & /@ #}] &@Array[10.^# &, 10] 

Mathematica graphics

added 36 characters in body
Source Link
Dr. belisarius
  • 116.8k
  • 13
  • 208
  • 466

You need the second form for the ticks {position, label}.

As in

ListLogPlot[Table[{xListLogPlot[#, 10^x}Filling -> Bottom, Ticks -> {xAutomatic, -1{#, 10ScientificForm@#}], Filling& ->/@ Bottom,#}] &@ Ticks -> {Automatic, {#, ScientificForm@#} & /@  Array[10.^# &, 10]}]  

Mathematica graphics

You need the second form for the ticks {position, label}.

As in

ListLogPlot[Table[{x, 10^x}, {x, -1, 10}], Filling -> Bottom, Ticks -> {Automatic, {#, ScientificForm@#} & /@ Array[10.^# &, 10]}]  

Mathematica graphics

You need the second form for the ticks {position, label}.

As in

ListLogPlot[#, Filling -> Bottom, Ticks -> {Automatic, {#, ScientificForm@#} & /@ #}] &@   Array[10.^# &, 10] 

Mathematica graphics

Source Link
Dr. belisarius
  • 116.8k
  • 13
  • 208
  • 466

You need the second form for the ticks {position, label}.

As in

ListLogPlot[Table[{x, 10^x}, {x, -1, 10}], Filling -> Bottom, Ticks -> {Automatic, {#, ScientificForm@#} & /@ Array[10.^# &, 10]}] 

Mathematica graphics