I am using default setting in LaTeX that show
Figure 1: Caption....
Now, I am following the format of Magnetic Resonance Imaging journal that require
Fig. 1. Caption
I tried to add the below line in the top, but it did not look like my expected
\renewcommand{\figurename}{Fig.}
...
\begin{figure}[t]
\includegraphics[width=\linewidth]{Fig1.png}
\caption{MRI format.}
\label{fig:1}
\end{figure}
Could you help me to solve it? Thanks

cleverefmanual about the usage of abbreviations. – Jan 08 '19 at 17:53\captionsetup[table]{labelfont={bf},labelformat={default},labelsep=period,name={Tab.}}– kmario23 Dec 09 '20 at 23:45