I would like to fit 2 plots next to each other on a page. These 2 plots need to be large enough, to the numbers on them can be read.
Currently, I use the following to add the images:
\usepackage{graphicx}
\includegraphics[scale=0.5]{./plots/fig1.png}
\includegraphics[scale=0.5]{./plots/fig2.png}
But this leads to the following layout:

How can I change this so that the left margin is ignored and these 2 images are centered? Or any other suggestion on how I can create a nice looking layout, since I'm quite new to Latex.
EDIT:
\vspace*{-1in}? Also, you might want totrimthe white space from the images. – jak123 May 14 '15 at 12:01\hspace{-1in}. – jak123 May 14 '15 at 12:07\includegraphics[width=0.5\textwidth]{...}? I can't try because I don't have your plots. – Alenanno May 14 '15 at 12:12\documentclass{article}. – JNevens May 14 '15 at 12:43\textwidth– Werner May 14 '15 at 12:48