When I use \includegraphics all of my figures say "chesches" at the bottom left of the figure.
Here is the code:
\begin{figure}
\includegraphics[width = 6 inches]{HHCircuit.png}
\end{figure}
Use in not inches:
\begin{figure}
\includegraphics[width = 6in]{HHCircuit.png}
\end{figure}
6in, not6 inches– egreg Jul 26 '15 at 19:36innotinches– David Carlisle Jul 26 '15 at 19:37