I am a beginner in latex, and I would be grateful if someone can help me to do this issue. I am having a graph and I want to zoom in a specific part of it. I have seen many threads about this issue but I am confused about it.
Thanks in advance
Code: Select all
\documentclass[journal]{IEEEtran}
\usepackage{cite}
\usepackage[pdftex]{graphicx}
\usepackage[caption=false,font=footnotesize]{subfig}
\usepackage{multirow}
\begin{document}
\begin{figure}[h]
\centering
\includegraphics[width=88 mm]{Figure6}
\caption{ Stability circles for different load points in area close to 50 ohm on a smith chart}
\label{Figure6:Stability circles for different load points in area close to 50 ohm on a smith chart}
\end{figure}%
\end{document}%
Azzam