When I click on the reference of the figure on the article its caption appears directly instead of all the figure then I have to go up to see the figure. I used it:
\documentclass[twocolumn,amsmath,showkeys,prb]{revtex4-1}
\usepackage{graphicx}
and
\begin{figure}
\centering
\includegraphics[width=8.5cm,keepaspectration=true]{./image}
\caption{image.png}
\label{fig:exp_diag}
\end{figure}
Thank you for the help.