Here is the problem, you can see the figure is too close to the text, And it is even affecting the text.

the code I use is
\documentclass[ reprint,amsmath,amssymb,aps]{revtex4-1}
\usepackage{graphicx}% Include figure files
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
\usepackage{epstopdf}
\begin{document}
some text
\begin{figure}[htbp]
\includegraphics[width=\columnwidth]{FIG_3}
\end{figure}
some text
\end{document}
What is odd enough is that when I insert the same code between other paragraphs of my paper, the problem is not showing any more.
after add \fbox{} to show the bounding box as follows

Edited
Here is the problematic tex file that I share on google drive problematic tex file
here is the example show that two same figure code but different position have different space to the text.


\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – Martin Schröder Jan 16 '14 at 12:34\fbox{}around your\includegraphics. This will show the bounding box TeX sees. And please make your code a minimal working example (MWE). And a suggestion: Do us a favour and change your username to something more telling than "user1234". – Martin Schröder Jan 16 '14 at 12:58