Basically, I have a large graph, which take almost half a page. Right now, when I compile the tex file, the graph shifts to the right on the pdf. I have label and caption on this graph. How can I shift it to the left such that it looks like it is being centered? I have checked out some other posts. However, none seems to work for me.
\begin{center}
\centering{\includegraphics[height =375px, width = 450px]{ABC.pdf} }
\captionof{figure}{ABC}
\label{abc}
\end{center}
Or maybe Someone can give me a solution that can allow to begin at position on the left while having the caption centre at the middle.

xcenterenvironment of positioning of a matrix bigger than margins – Qrrbrbirlbel Sep 15 '13 at 22:09\makebox. It works, however because I am now using\begin{figure}, the graph is being put on the middle of the page, whereas before when I was using\begin{center}, the graph is placed at the top. – user1769197 Sep 15 '13 at 22:10figures float, but you don't have to use that. Just keepcenter, or use aminipage. – Torbjørn T. Sep 15 '13 at 22:16