کد زیر را ببینید. نام عکس download است.
\documentclass{article}
\usepackage{pgfplots}
\usepackage{xepersian}
\settextfont{Yas}
\setdigitfont{Yas}
\begin{document}
\vspace*{\fill}
\begin{center}
\begin{tikzpicture}
\begin{axis}[
width=7cm,
scale only axis,
enlargelimits=false,
axis on top]
\addplot graphics[xmin=0,xmax=3,ymin=-2,ymax=2] {download};
\end{axis}
\end{tikzpicture}
\end{center}
\vspace*{\fill}
\end{document}
و خروجی: