Next to reseting the counter for the figures:
\setcounter{figure}{0}
You can also add the “S” by using:
\makeatletter
\renewcommand{\thefigure}{S\@arabic\c@figure}
\makeatother
Next to reseting the counter for the figures:
\setcounter{figure}{0}
You can also add the “S” by using:
\makeatletter
\renewcommand{\thefigure}{S\@arabic\c@figure}
\makeatother