First time here? Check out the FAQ!
answered 10 years ago
Thanks @kcrisman! I had to "do it by hand" in some sense. I specified the tick marks with ticks=[[10,20],[1*10^9,2*10^9]]. Then, I specified the labels using latex with tick_formatter=[None,['$1.0\\times 10^9$', '$2.0\\times 10^9$']].
ticks=[[10,20],[1*10^9,2*10^9]]
tick_formatter=[None,['$1.0\\times 10^9$', '$2.0\\times 10^9$']]