-
Notifications
You must be signed in to change notification settings - Fork 256
Graphics
EthanDeng edited this page Feb 5, 2019
·
1 revision
To include a graphic, you can use figure
environment as usual. You can put all
your images in the sub directories ( ./image/
, ./img/
, ./figure/
, ./fig/
) of your current working directory.
\begin{figure}[htbp]
\centering
\includegraphics[width=0.6\textwidth]{scatter.pdf}
\caption{Scatter Plot Example \label{fig:scatter}}
\end{figure}