When i use scale ticks in my plots i can't get those multiplicators to move anywhere. So basically i use plots like:
\documentclass[border=5mm]{standalone}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[scaled ticks=true]
\addplot coordinates { (20000,0.0005) (40000,0.0010) (60000,0.0020)};
\end{axis}
\end{tikzpicture}%
\end{document}
which gives:

So my Question is: How can i get this x tick scale label to move onto the right side of the right y-axis? So that it is above the x-axis?
(The mind behind this question is, that i sometimes have large x-labels, which then are very close to the scale label)

smallis quite valuable) :) – nickpapior Sep 12 '12 at 11:10