لطفاً فایلی که میفرستین کمینه باشد.
کد زیر را preamble
قرار دهید.
\renewcommand{\thefigure}{\arabic{figure}}
فایل کمینه نمونه:
\documentclass{book}
\usepackage{graphicx}
\usepackage[extrafootnotefeatures]{xepersian}
\settextfont[Scale=1.1]{Yas}
\setdigitfont[Scale=1.1]{PGaramond}
\renewcommand{\thefigure}{\arabic{figure}}
\begin{document}
\begin{figure}
\includegraphics[width=10cm,height=4cm]{fig2.png}
\caption{نمودار (2)}
\label{fig1}
\end{figure}
\end{document}